Home
last modified time | relevance | path

Searched refs:readRssiComplete (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_status_params.c81 if (callbacks->readRssiComplete != NULL) { in HciCmdOnReadRssiFailed()
82 callbacks->readRssiComplete(&returnParam); in HciCmdOnReadRssiFailed()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_status_params_cmd_complete.c39 if (callbacks->readRssiComplete != NULL) { in HciEventOnReadRssiComplete()
40 callbacks->readRssiComplete(&returnParam); in HciEventOnReadRssiComplete()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h238 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 Dbtm_acl.c1646 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 Dhci.h919 void (*readRssiComplete)(const HciReadRssiReturnParam *returnParam); member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1238 pimpl->btmAclCb_.readRssiComplete = &BleAdapter::OnReadRemoteRssiEvent; in RegisterCallbackToBtm()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp308 btmAclCbs_.readRssiComplete = nullptr; in RegisterCallback()

Completed in 15 milliseconds