Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:readRssiComplete
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H
A
D
hci_cmd_failure_status_params.c
81
if (callbacks->
readRssiComplete
!= NULL) {
in HciCmdOnReadRssiFailed()
82
callbacks->
readRssiComplete
(&returnParam);
in HciCmdOnReadRssiFailed()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H
A
D
hci_evt_status_params_cmd_complete.c
39
if (callbacks->
readRssiComplete
!= NULL) {
in HciEventOnReadRssiComplete()
40
callbacks->
readRssiComplete
(&returnParam);
in HciEventOnReadRssiComplete()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
btm.h
238
void (*
readRssiComplete
)(uint8_t status, const BtAddr *addr, int8_t rssi, void *context);
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_acl.c
1646
if (block->callbacks->
readRssiComplete
!= NULL) {
in BtmOnReadRssiComplete()
1647
block->callbacks->
readRssiComplete
(returnParam->status, &addr, returnParam->rssi, block->context);
in BtmOnReadRssiComplete()
2414
.
readRssiComplete
= BtmOnReadRssiComplete,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H
A
D
hci.h
919
void (*
readRssiComplete
)(const HciReadRssiReturnParam *returnParam);
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_adapter.cpp
1238
pimpl->btmAclCb_.
readRssiComplete
= &BleAdapter::OnReadRemoteRssiEvent;
in RegisterCallbackToBtm()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter.cpp
308
btmAclCbs_.
readRssiComplete
= nullptr;
in RegisterCallback()
Completed in 14 milliseconds