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.cc35 bool GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda) { in GAP_BleCancelReadPeerDevName()
39 bool GAP_BleReadPeerDevName(const RawAddress& peer_bda, in GAP_BleReadPeerDevName()
44 bool GAP_BleReadPeerPrefConnParams(const RawAddress& peer_bda) { in GAP_BleReadPeerPrefConnParams()
Dmock_stack_srvc_dis.cc36 bool DIS_ReadDISInfo(const RawAddress& peer_bda, tDIS_READ_CBACK* p_cback, in DIS_ReadDISInfo()
Dmock_stack_gatt_main.cc102 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.cc372 bool accept_client_operation(const RawAddress& peer_bda, uint16_t uuid, in accept_client_operation()
535 bool GAP_BleReadPeerPrefConnParams(const RawAddress& peer_bda) { in GAP_BleReadPeerPrefConnParams()
549 bool GAP_BleReadPeerDevName(const RawAddress& peer_bda, in GAP_BleReadPeerDevName()
563 bool GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda) { in GAP_BleCancelReadPeerDevName()
/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_dis.cc435 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.cc1012 RawAddress peer_bda = btif_av_source_active_peer(); in btif_a2dp_source_enqueue_callback() local
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc792 const RawAddress& peer_bda, in gatt_cl_read_sr_supp_feat_req()
Dgatt_main.cc911 void gatt_send_srv_chg_ind(const RawAddress& peer_bda) { in gatt_send_srv_chg_ind()
Dgatt_int.h303 RawAddress peer_bda; member