Home
last modified time | relevance | path

Searched defs:remote_bda (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_utils.cc115 tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if, const RawAddress& remote_bda, in bta_gattc_find_clcb_by_cif()
173 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_clcb_alloc()
246 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_find_alloc_clcb()
603 RawAddress remote_bda; in bta_gattc_clear_notif_registration() local
717 bool bta_gattc_check_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda, uint8_t role) { in bta_gattc_check_bg_conn()
749 const RawAddress& remote_bda, tCONN_ID conn_id, in bta_gattc_send_open_cback()
775 tBTA_GATTC_CONN* bta_gattc_conn_alloc(const RawAddress& remote_bda) { in bta_gattc_conn_alloc()
801 tBTA_GATTC_CONN* bta_gattc_conn_find(const RawAddress& remote_bda) { in bta_gattc_conn_find()
825 tBTA_GATTC_CONN* bta_gattc_conn_find_alloc(const RawAddress& remote_bda) { in bta_gattc_conn_find_alloc()
843 bool bta_gattc_conn_dealloc(const RawAddress& remote_bda) { in bta_gattc_conn_dealloc()
Dbta_gattc_api.cc135 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, tBLE_ADDR_TYPE addr_type, in BTA_GATTC_Open()
159 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
180 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen()
734 void BTA_GATTC_Refresh(const RawAddress& remote_bda) { in BTA_GATTC_Refresh()
Dbta_gattc_int.h106 RawAddress remote_bda; member
118 RawAddress remote_bda; member
207 RawAddress remote_bda; member
271 RawAddress remote_bda; member
326 RawAddress remote_bda; member
333 RawAddress remote_bda; member
Dbta_gatts_api.cc309 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, tBLE_ADDR_TYPE addr_type, in BTA_GATTS_Open()
341 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTS_CancelOpen()
Dbta_gatts_act.cc360 RawAddress remote_bda; in bta_gatts_indicate_handle() local
489 RawAddress remote_bda; in bta_gatts_close() local
Dbta_gatts_int.h110 RawAddress remote_bda; member
119 RawAddress remote_bda; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1010 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda, uint16_t* p_timeout) { in BTM_GetLinkSuperTout()
1030 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda, uint16_t timeout) { in BTM_SetLinkSuperTout()
1061 bool BTM_IsAclConnectionUp(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_IsAclConnectionUp()
1065 bool BTM_IsAclConnectionUpAndHandleValid(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_IsAclConnectionUpAndHandleValid()
1121 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_GetHCIConnHandle()
1141 bool BTM_IsPhy2mSupported(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_IsPhy2mSupported()
1164 void BTM_RequestPeerSCA(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_RequestPeerSCA()
1185 uint8_t BTM_GetPeerSCA(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_GetPeerSCA()
1547 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) { in BTM_ReadRSSI()
1592 tBTM_STATUS BTM_ReadFailedContactCounter(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) { in BTM_ReadFailedContactCounter()
[all …]
Dbtm_pm.cc152 void BTM_PM_OnConnected(uint16_t handle, const RawAddress& remote_bda) { in BTM_PM_OnConnected()
181 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, in BTM_SetPowerMode()
269 bool BTM_SetLinkPolicyActiveMode(const RawAddress& remote_bda) { in BTM_SetLinkPolicyActiveMode()
283 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode) { in BTM_ReadPowerMode()
315 tBTM_STATUS BTM_SetSsrParams(const RawAddress& remote_bda, uint16_t max_lat, uint16_t min_rmt_to, in BTM_SetSsrParams()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc45 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
51 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen()
91 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_RegisterForNotifications()
97 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_DeregisterForNotifications()
116 void BTA_GATTS_CancelOpen(tGATT_IF server_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTS_CancelOpen()
138 void BTA_GATTS_Open(tGATT_IF server_if, const RawAddress& remote_bda, tBLE_ADDR_TYPE addr_type, in BTA_GATTS_Open()
Dbtm_api_mock.cc46 mock_btm_client_interface.peer.BTM_GetPeerSCA = [](const RawAddress& remote_bda, in SetMockBtmInterface()
58 mock_btm_client_interface.peer.BTM_IsAclConnectionUp = [](const RawAddress& remote_bda, in SetMockBtmInterface()
59 tBT_TRANSPORT transport) { in SetMockBtmInterface()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_acl.cc126 bool BTM_IsAclConnectionUp(const RawAddress& remote_bda, tBT_TRANSPORT transport) { in BTM_IsAclConnectionUp()
160 bool acl_peer_supports_ble_connection_parameters_request(const RawAddress& remote_bda) { in acl_peer_supports_ble_connection_parameters_request()
176 bool acl_peer_supports_sniff_subrating(const RawAddress& remote_bda) { in acl_peer_supports_sniff_subrating()
180 bool acl_peer_supports_ble_connection_subrating(const RawAddress& remote_bda) { in acl_peer_supports_ble_connection_subrating()
184 bool acl_peer_supports_ble_connection_subrating_host(const RawAddress& remote_bda) { in acl_peer_supports_ble_connection_subrating_host()
207 tBTM_STATUS BTM_ReadFailedContactCounter(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) { in BTM_ReadFailedContactCounter()
211 tBTM_STATUS BTM_ReadTxPower(const RawAddress& remote_bda, tBT_TRANSPORT transport, in BTM_ReadTxPower()
216 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda, uint16_t timeout) { in BTM_SetLinkSuperTout()
248 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, RawAddress& local_conn_addr, in BTM_ReadConnectionAddr()
Dmock_stack_gatt_api.cc104 const RawAddress& remote_bda) { in GATTC_GetAndRemoveListOfConnIdsWaitingForMtuRequest()
109 tGATTC_TryMtuRequestResult GATTC_TryMtuRequest(const RawAddress& remote_bda, in GATTC_TryMtuRequest()
116 void GATTC_UpdateUserAttMtuIfNeeded(const RawAddress& remote_bda, tBT_TRANSPORT transport, in GATTC_UpdateUserAttMtuIfNeeded()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/rnr/
Dremote_name_request.cc115 static uint16_t get_clock_offset_from_storage(const RawAddress& remote_bda) { in get_clock_offset_from_storage()
122 static tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint64_t timeout_ms, in btm_initiate_rem_name()
275 tBTM_STATUS BTM_ReadRemoteDeviceName(const RawAddress& remote_bda, tBTM_NAME_CMPL_CB* p_cb, in BTM_ReadRemoteDeviceName()
345 tBTM_STATUS bluetooth::stack::rnr::Impl::BTM_ReadRemoteDeviceName(const RawAddress& remote_bda, in BTM_ReadRemoteDeviceName()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc254 auto remote_bda = p_data->conn.remote_bda; in OnGattDisconnect() local
262 void NotifyRasServerDisconnected(const RawAddress& remote_bda) { in NotifyRasServerDisconnected()
429 RawAddress remote_bda = p_data->req_data.remote_bda; in OnReadDescriptor() local
460 RawAddress remote_bda = p_data->req_data.remote_bda; in OnWriteCharacteristic() local
508 RawAddress remote_bda = p_data->req_data.remote_bda; in WriteVendorSpecificCharacteristic() local
545 RawAddress remote_bda = p_data->req_data.remote_bda; in OnWriteDescriptor() local
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h173 RawAddress remote_bda; member
182 RawAddress remote_bda; member
205 RawAddress remote_bda; member
210 RawAddress remote_bda; member
231 RawAddress remote_bda; member
236 RawAddress remote_bda; member
350 RawAddress remote_bda; member
379 RawAddress remote_bda; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc691 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig, uint16_t pkt_types, in BTM_CreateSco()
1602 bool BTM_IsScoActiveByBdaddr(const RawAddress& remote_bda) { in BTM_IsScoActiveByBdaddr()
1780 bool btm_peer_supports_esco_2m_phy(RawAddress remote_bda) { in btm_peer_supports_esco_2m_phy()
1789 bool btm_peer_supports_esco_3m_phy(RawAddress remote_bda) { in btm_peer_supports_esco_3m_phy()
1798 bool btm_peer_supports_esco_ev3(RawAddress remote_bda) { in btm_peer_supports_esco_ev3()
Dbtm_ble_gap.cc229 RawAddress remote_bda; member
1629 tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda, tBTM_NAME_CMPL_CB* p_cb) { in btm_ble_read_remote_name()
1704 tBTM_STATUS btm_ble_read_remote_cod(const RawAddress& remote_bda) { in btm_ble_read_remote_cod()
1728 bool btm_ble_cancel_remote_name(const RawAddress& remote_bda) { in btm_ble_cancel_remote_name()
Dbtm_ble_sec.cc487 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, in BTM_ReadDevInfo()
552 bool BTM_ReadConnectedTransportAddress(RawAddress* remote_bda, tBT_TRANSPORT transport) { in BTM_ReadConnectedTransportAddress()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc120 [](tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in __anonf07d08070302()
123 .BTA_GATTC_Refresh = [](const RawAddress& remote_bda) { BTA_GATTC_Refresh(remote_bda); }, in __anonf07d08070402()
144 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic, uint16_t preferred_mtu) { in __anonf07d08070902()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_attr.cc115 tCONN_ID gatt_profile_find_conn_id_by_bd_addr(const RawAddress& remote_bda) { in gatt_profile_find_conn_id_by_bd_addr()
764 void GATT_ConfigServiceChangeCCC(const RawAddress& remote_bda, bool /* enable */, in GATT_ConfigServiceChangeCCC()
981 bool gatt_profile_get_eatt_support(const RawAddress& remote_bda) { in gatt_profile_get_eatt_support()
Dgatt_api.cc777 tGATTC_TryMtuRequestResult GATTC_TryMtuRequest(const RawAddress& remote_bda, in GATTC_TryMtuRequest()
826 void GATTC_UpdateUserAttMtuIfNeeded(const RawAddress& remote_bda, tBT_TRANSPORT transport, in GATTC_UpdateUserAttMtuIfNeeded()
855 const RawAddress& remote_bda) { in GATTC_GetAndRemoveListOfConnIdsWaitingForMtuRequest()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dstack_smp_test.cc219 RawAddress remote_bda; in TEST_F() local
253 RawAddress remote_bda; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc289 Octet16 smp_gen_p2_4_confirm(tSMP_CB* p_cb, const RawAddress& remote_bda) { in smp_gen_p2_4_confirm()
321 RawAddress remote_bda; in smp_calculate_confirm() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/srvc/
Dsrvc_eng.cc212 bool srvc_eng_request_channel(const RawAddress& remote_bda, uint8_t srvc_id) { in srvc_eng_request_channel()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/ffi/
Dgatt_shim.cc39 RawAddress remote_bda; in AddressOfConnection() local

12