Home
last modified time | relevance | path

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

/system/bt/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()
/system/bt/stack/test/common/
Dmock_gap_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_gatt_layer.cc27 bool gatt_profile_get_eatt_support(const RawAddress& peer_bda) { in gatt_profile_get_eatt_support()
36 const RawAddress& peer_bda, in gatt_cl_read_sr_supp_feat_req()
Dmock_gatt_main.cc102 void gatt_send_srv_chg_ind(const RawAddress& peer_bda) { in gatt_send_srv_chg_ind()
/system/bt/stack/gap/
Dgap_ble.cc367 bool accept_client_operation(const RawAddress& peer_bda, uint16_t uuid, in accept_client_operation()
529 bool GAP_BleReadPeerPrefConnParams(const RawAddress& peer_bda) { in GAP_BleReadPeerPrefConnParams()
543 bool GAP_BleReadPeerDevName(const RawAddress& peer_bda, in GAP_BleReadPeerDevName()
557 bool GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda) { in GAP_BleCancelReadPeerDevName()
/system/bt/stack/srvc/
Dsrvc_dis.cc429 bool DIS_ReadDISInfo(const RawAddress& peer_bda, tDIS_READ_CBACK* p_cback, in DIS_ReadDISInfo()
/system/bt/btif/src/
Dbtif_hf_client.cc82 RawAddress peer_bda; // Device corresponding to handle member
Dbtif_a2dp_source.cc987 RawAddress peer_bda = btif_av_source_active_peer(); in btif_a2dp_source_enqueue_callback() local
/system/bt/stack/gatt/
Dgatt_attr.cc734 const RawAddress& peer_bda, in gatt_cl_read_sr_supp_feat_req()
Dgatt_main.cc855 void gatt_send_srv_chg_ind(const RawAddress& peer_bda) { in gatt_send_srv_chg_ind()
Dgatt_int.h289 RawAddress peer_bda; member