Home
last modified time | relevance | path

Searched refs:GAP_BleCancelReadPeerDevName (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gap_ble.cc28 bool GAP_BleCancelReadPeerDevName(const RawAddress& /* peer_bda */) { in GAP_BleCancelReadPeerDevName() function
/packages/modules/Bluetooth/system/stack/include/
Dgap_api.h291 bool GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda);
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc558 bool GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda) { in GAP_BleCancelReadPeerDevName() function
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc1734 status = GAP_BleCancelReadPeerDevName(remote_bda); in btm_ble_cancel_remote_name()