Searched refs:remote_bda (Results 1 - 25 of 42) sorted by relevance

12

/system/bt/bta/gatt/
H A Dbta_gattc_utils.cc153 const RawAddress& remote_bda,
160 p_clcb->transport == transport && p_clcb->bda == remote_bda)
194 const RawAddress& remote_bda,
209 p_clcb->bda = remote_bda;
213 p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda);
215 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
240 const RawAddress& remote_bda,
244 p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda, transport);
246 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda, transport);
419 p_clreg->notif_reg[i].remote_bda
152 bta_gattc_find_clcb_by_cif(uint8_t client_if, const RawAddress& remote_bda, tBTA_TRANSPORT transport) argument
193 bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, tBTA_TRANSPORT transport) argument
239 bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, tBTA_TRANSPORT transport) argument
443 RawAddress remote_bda; local
540 bta_gattc_check_bg_conn(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, uint8_t role) argument
565 bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg, tBTA_GATT_STATUS status, const RawAddress& remote_bda, uint16_t conn_id, tBTA_TRANSPORT transport, uint16_t mtu) argument
592 bta_gattc_conn_alloc(const RawAddress& remote_bda) argument
619 bta_gattc_conn_find(const RawAddress& remote_bda) argument
644 bta_gattc_conn_find_alloc(const RawAddress& remote_bda) argument
662 bta_gattc_conn_dealloc(const RawAddress& remote_bda) argument
[all...]
H A Dbta_gattc_int.h86 RawAddress remote_bda; member in struct:__anon135
163 RawAddress remote_bda; member in struct:__anon144
249 RawAddress remote_bda; member in struct:__anon149
297 RawAddress remote_bda; member in struct:__anon152
304 RawAddress remote_bda; member in struct:__anon153
395 const RawAddress& remote_bda,
398 extern void bta_gattc_process_api_refresh(const RawAddress& remote_bda);
405 const RawAddress& remote_bda,
409 const RawAddress& remote_bda,
413 const RawAddress& remote_bda,
[all...]
H A Dbta_gattc_api.cc119 * remote_bda: remote device BD address.
128 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, argument
132 BTA_GATTC_Open(client_if, remote_bda, is_direct, transport, opportunistic,
136 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, argument
148 p_buf->remote_bda = remote_bda;
162 * remote_bda: remote device BD address.
168 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, const RawAddress& remote_bda, argument
176 p_buf->remote_bda = remote_bda;
731 BTA_GATTC_Refresh(const RawAddress& remote_bda) argument
[all...]
H A Dbta_gatts_api.cc276 * remote_bda: remote device BD address.
284 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, const RawAddress& remote_bda, argument
293 p_buf->remote_bda = remote_bda;
306 * remote_bda: remote device BD address.
312 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, const RawAddress& remote_bda, argument
320 p_buf->remote_bda = remote_bda;
H A Dbta_gatts_act.cc376 RawAddress remote_bda; local
385 &gatt_if, remote_bda, &transport)) {
400 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
401 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
438 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda,
443 if (GATT_GetConnIdIfConnected(p_rcb->gatt_if, p_msg->api_open.remote_bda,
471 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda,
497 RawAddress remote_bda; local
500 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda,
513 bta_sys_conn_close(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
[all...]
H A Dbta_gattc_act.cc229 bta_gattc_cb.bg_track[i].remote_bda, false);
231 bta_gattc_cb.bg_track[i].remote_bda, false);
272 p_msg->api_conn.remote_bda,
280 p_clreg, BTA_GATT_NO_RESOURCES, p_msg->api_conn.remote_bda,
308 p_msg->api_cancel_conn.remote_bda,
338 cb_data.enc_cmpl.remote_bda = bda;
409 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda, true,
418 p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda,
443 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, true)) {
445 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, fals
1387 bta_gattc_process_api_refresh(const RawAddress& remote_bda) argument
1539 RawAddress remote_bda; local
[all...]
H A Dbta_gatts_int.h102 RawAddress remote_bda; member in struct:__anon164
/system/bt/bta/include/
H A Dbta_hh_co.h90 * Parameters remote_bda - remote device address
97 extern void bta_hh_le_co_rpt_info(const RawAddress& remote_bda,
110 * Parameters remote_bda - remote device address
118 const RawAddress& remote_bda, uint8_t* p_num_rpt, uint8_t app_id);
126 * Parameters remote_bda - remote device address
131 extern void bta_hh_le_co_reset_rpt_cache(const RawAddress& remote_bda,
H A Dbta_gatt_api.h269 RawAddress remote_bda; member in struct:__anon328
278 RawAddress remote_bda; member in struct:__anon329
301 RawAddress remote_bda; member in struct:__anon332
306 RawAddress remote_bda; member in struct:__anon333
339 RawAddress remote_bda; /* service change event */ member in union:__anon336
468 RawAddress remote_bda; member in struct:__anon338
497 RawAddress remote_bda; member in struct:__anon342
636 * remote_bda: remote device BD address.
642 const RawAddress& remote_bda, bool is_direct,
645 const RawAddress& remote_bda, boo
[all...]
/system/bt/stack/srvc/
H A Dsrvc_eng_int.h64 extern bool srvc_eng_request_channel(const RawAddress& remote_bda,
67 extern void srvc_sr_notify(const RawAddress& remote_bda, uint16_t handle,
H A Dsrvc_eng.cc362 bool srvc_eng_request_channel(const RawAddress& remote_bda, uint8_t srvc_id) { argument
364 tSRVC_CLCB* p_clcb = srvc_eng_find_clcb_by_bd_addr(remote_bda);
366 if (p_clcb == NULL) p_clcb = srvc_eng_clcb_alloc(0, remote_bda);
432 void srvc_sr_notify(const RawAddress& remote_bda, uint16_t handle, uint16_t len, argument
434 uint16_t conn_id = srvc_eng_find_conn_id_by_bd_addr(remote_bda);
H A Dsrvc_battery.cc77 cfg.remote_bda = srvc_eng_cb.clcb[clcb_idx].bda;
337 void Battery_Notify(uint8_t app_id, const RawAddress& remote_bda, argument
349 srvc_sr_notify(remote_bda, p_inst->ba_level_hdl, 1, &battery_level);
/system/bt/stack/include/
H A Dbtm_api.h521 * Input Params: remote_bda - device address of name to retrieve
537 extern tBTM_STATUS BTM_ReadRemoteDeviceName(const RawAddress& remote_bda,
719 extern tBTM_STATUS BTM_SetLinkPolicy(const RawAddress& remote_bda,
755 extern tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda,
766 extern tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda,
779 extern bool BTM_IsAclConnectionUp(const RawAddress& remote_bda,
832 extern tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda,
850 extern tBTM_STATUS BTM_ReadFailedContactCounter(const RawAddress& remote_bda,
868 extern tBTM_STATUS BTM_ReadAutomaticFlushTimeout(const RawAddress& remote_bda,
887 extern tBTM_STATUS BTM_ReadTxPower(const RawAddress& remote_bda,
[all...]
H A Dsrvc_api.h84 RawAddress remote_bda; member in struct:__anon1195
196 extern void Battery_Notify(uint8_t app_id, const RawAddress& remote_bda,
H A Dbtm_ble_api.h363 extern void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
412 * remote_bda: device address to add/remove.
418 const RawAddress& remote_bda);
521 * Parameter remote_bda: remote device address
526 extern void BTM_ReadDevInfo(const RawAddress& remote_bda,
537 * Parameter remote_bda: remote device address, carry out the transport
544 extern bool BTM_ReadConnectedTransportAddress(RawAddress* remote_bda,
/system/bt/stack/test/
H A Dstack_smp_test.cc67 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, argument
87 extern void smp_gen_p2_4_confirm(tSMP_CB* p_cb, const RawAddress& remote_bda,
173 RawAddress remote_bda; local
175 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda,
178 smp_gen_p2_4_confirm(&p_cb_, remote_bda, p2);
189 RawAddress remote_bda; local
191 BTM_ReadRemoteConnectionAddr(p_cb_.pairing_bda, remote_bda,
/system/bt/stack/gatt/
H A Dgatt_attr.cc83 uint16_t gatt_profile_find_conn_id_by_bd_addr(const RawAddress& remote_bda) { argument
85 GATT_GetConnIdIfConnected(gatt_cb.gatt_if, remote_bda, &conn_id,
438 void GATT_ConfigServiceChangeCCC(const RawAddress& remote_bda, bool enable, argument
441 gatt_profile_find_clcb_by_bd_addr(remote_bda, transport);
444 p_clcb = gatt_profile_clcb_alloc(0, remote_bda, transport);
448 if (GATT_GetConnIdIfConnected(gatt_cb.gatt_if, remote_bda, &p_clcb->conn_id,
453 GATT_Connect(gatt_cb.gatt_if, remote_bda, true, transport, true);
/system/bt/stack/btm/
H A Dbtm_pm.cc75 static int btm_pm_find_acl_ind(const RawAddress& remote_bda);
146 tBTM_STATUS BTM_SetPowerMode(uint8_t pm_id, const RawAddress& remote_bda, argument
158 VLOG(2) << __func__ << " pm_id " << pm_id << " BDA: " << remote_bda
164 acl_ind = btm_pm_find_acl_ind(remote_bda);
236 * Input Param remote_bda - device address of desired ACL connection
249 tBTM_STATUS BTM_ReadPowerMode(const RawAddress& remote_bda, argument
253 acl_ind = btm_pm_find_acl_ind(remote_bda);
267 * Input Param remote_bda - device address of desired ACL connection
281 tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda, argument
283 int acl_ind = btm_pm_find_acl_ind(remote_bda);
309 BTM_SetSsrParams(const RawAddress& remote_bda, uint16_t max_lat, uint16_t min_rmt_to, uint16_t min_loc_to) argument
395 btm_pm_find_acl_ind(const RawAddress& remote_bda) argument
[all...]
H A Dbtm_acl.cc724 tBTM_STATUS BTM_SetLinkPolicy(const RawAddress& remote_bda, argument
759 p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
1220 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda, argument
1222 tACL_CONN* p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
1242 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda, argument
1244 tACL_CONN* p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
1274 bool BTM_IsAclConnectionUp(const RawAddress& remote_bda, argument
1278 VLOG(2) << __func__ << " RemBdAddr: " << remote_bda; local
1280 p = btm_bda_to_acl(remote_bda, transport);
1335 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda, argument
1901 BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) argument
1938 BTM_ReadFailedContactCounter(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) argument
1977 BTM_ReadAutomaticFlushTimeout(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) argument
2013 BTM_ReadLinkQuality(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) argument
2015 VLOG(2) << __func__ << ": RemBdAddr: " << remote_bda; local
2047 BTM_ReadTxPower(const RawAddress& remote_bda, tBT_TRANSPORT transport, tBTM_CMPL_CB* p_cb) argument
2053 VLOG(2) << __func__ << ": RemBdAddr: " << remote_bda; local
[all...]
H A Dbtm_sco.cc544 tBTM_STATUS BTM_CreateSco(const RawAddress* remote_bda, bool is_orig,
566 if (!remote_bda) {
567 BTM_TRACE_ERROR("%s: remote_bda is null", __func__);
570 acl_handle = BTM_GetHCIConnHandle(*remote_bda, BT_TRANSPORT_BR_EDR);
573 << remote_bda;
578 if (remote_bda) {
583 (p->esco.data.bd_addr == *remote_bda)) {
598 if (remote_bda) {
610 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, *remote_bda, &pm);
615 if ((BTM_ReadPowerMode(*remote_bda,
[all...]
H A Dbtm_int.h54 extern tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda,
142 extern tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda,
170 extern bool btm_is_sco_active_by_bdaddr(const RawAddress& remote_bda);
H A Dbtm_ble_int.h44 extern tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda,
46 extern bool btm_ble_cancel_remote_name(const RawAddress& remote_bda);
H A Dbtm_ble.cc252 void BTM_ReadConnectionAddr(const RawAddress& remote_bda, argument
255 tACL_CONN* p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE);
595 * Parameter remote_bda: remote device address
600 void BTM_ReadDevInfo(const RawAddress& remote_bda, tBT_DEVICE_TYPE* p_dev_type, argument
602 tBTM_SEC_DEV_REC* p_dev_rec = btm_find_dev(remote_bda);
603 tBTM_INQ_INFO* p_inq_info = BTM_InqDbRead(remote_bda);
624 if (p_dev_rec->bd_addr == remote_bda &&
625 p_dev_rec->ble.pseudo_addr == remote_bda) {
628 } else if (p_dev_rec->ble.pseudo_addr == remote_bda) {
649 * Parameter remote_bda
656 BTM_ReadConnectedTransportAddress(RawAddress* remote_bda, tBT_TRANSPORT transport) argument
[all...]
/system/bt/btif/src/
H A Dbtif_gatt_server.cc142 btif_gatt_check_encrypted_link(p_data->conn.remote_bda,
146 p_data->conn.server_if, true, p_data->conn.remote_bda);
152 p_data->conn.server_if, false, p_data->conn.remote_bda);
171 p_data->req_data.remote_bda,
181 p_data->req_data.remote_bda,
193 p_data->req_data.remote_bda, req.handle, req.offset,
203 p_data->req_data.remote_bda, req.handle, req.offset,
211 p_data->req_data.remote_bda,
/system/bt/btif/co/
H A Dbta_hh_co.cc515 * Parameters remote_bda - remote device address
522 void bta_hh_le_co_rpt_info(const RawAddress& remote_bda, argument
527 std::string addrstr = remote_bda.ToString();
554 * Parameters remote_bda - remote device address
561 tBTA_HH_RPT_CACHE_ENTRY* bta_hh_le_co_cache_load(const RawAddress& remote_bda, argument
564 std::string addrstr = remote_bda.ToString();
586 * Parameters remote_bda - remote device address
591 void bta_hh_le_co_reset_rpt_cache(const RawAddress& remote_bda, argument
593 std::string addrstr = remote_bda.ToString();

Completed in 1925 milliseconds

12