Home
last modified time | relevance | path

Searched defs:peer_bda (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gap_ble.cc34 bool GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda) { in GAP_BleCancelReadPeerDevName()
38 bool GAP_BleReadPeerDevName(const RawAddress& peer_bda, in GAP_BleReadPeerDevName()
43 bool GAP_BleReadPeerPrefConnParams(const RawAddress& peer_bda) { in GAP_BleReadPeerPrefConnParams()
Dmock_stack_srvc_dis.cc35 bool DIS_ReadDISInfo(const RawAddress& peer_bda, tDIS_READ_CBACK* p_cback, in DIS_ReadDISInfo()
Dmock_stack_gatt_main.cc109 void gatt_send_srv_chg_ind(const RawAddress& peer_bda) { in gatt_send_srv_chg_ind()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_gatt_layer.cc29 bool gatt_profile_get_eatt_support(const RawAddress& peer_bda) { in gatt_profile_get_eatt_support()
38 const RawAddress& peer_bda, in gatt_cl_read_sr_supp_feat_req()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc373 bool accept_client_operation(const RawAddress& peer_bda, uint16_t uuid, in accept_client_operation()
536 bool GAP_BleReadPeerPrefConnParams(const RawAddress& peer_bda) { in GAP_BleReadPeerPrefConnParams()
550 bool GAP_BleReadPeerDevName(const RawAddress& peer_bda, in GAP_BleReadPeerDevName()
564 bool GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda) { in GAP_BleCancelReadPeerDevName()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc434 bool DIS_ReadDISInfo(const RawAddress& peer_bda, tDIS_READ_CBACK* p_cback, in DIS_ReadDISInfo()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc77 RawAddress peer_bda; // Device corresponding to handle member
Dbtif_a2dp_source.cc1024 RawAddress peer_bda = btif_av_source_active_peer(); in btif_a2dp_source_enqueue_callback() local
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc795 const RawAddress& peer_bda, in gatt_cl_read_sr_supp_feat_req()
Dgatt_main.cc1062 void gatt_send_srv_chg_ind(const RawAddress& peer_bda) { in gatt_send_srv_chg_ind()
Dgatt_int.h307 RawAddress peer_bda; member