Searched defs:remote_bda (Results 1 - 25 of 26) sorted by relevance

12

/system/bt/bta/gatt/
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_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_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_gatts_int.h102 RawAddress remote_bda; member in struct:__anon164
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_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_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...]
/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();
/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);
H A Dgatt_main.cc55 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congest);
537 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { argument
538 tGATT_TCB* p_tcb = gatt_find_tcb_by_addr(remote_bda, BT_TRANSPORT_LE);
H A Dgatt_int.h336 RawAddress remote_bda; member in struct:__anon918
483 extern tGATT_BG_CONN_DEV* gatt_find_bg_dev(const RawAddress& remote_bda);
530 extern bool gatt_send_ble_burst_data(const RawAddress& remote_bda,
H A Dgatt_utils.cc1485 tGATT_BG_CONN_DEV* gatt_find_bg_dev(const RawAddress& remote_bda) { argument
1487 if (dev.remote_bda == remote_bda) {
1495 const RawAddress& remote_bda) {
1498 if (it->remote_bda == remote_bda) {
1525 dev.remote_bda = bd_addr;
1546 CHECK(BTM_BleUpdateBgConnDev(false, dev_it->remote_bda));
1564 CHECK(BTM_BleUpdateBgConnDev(false, dev_it->remote_bda));
1580 BTM_BleUpdateBgConnDev(false, it->remote_bda);
1494 gatt_find_bg_dev_it( const RawAddress& remote_bda) argument
[all...]
/system/bt/stack/include/
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,
/system/bt/stack/srvc/
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);
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);
/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/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_inq.cc939 * Input Params: remote_bda - device address of name to retrieve
955 tBTM_STATUS BTM_ReadRemoteDeviceName(const RawAddress& remote_bda, argument
958 VLOG(1) << __func__ << ": bd addr " << remote_bda; local
961 return btm_ble_read_remote_name(remote_bda, p_cb);
964 return btm_initiate_rem_name(remote_bda, BTM_RMT_NAME_EXT,
2054 tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint8_t origin, argument
2062 btsnd_hcic_rmt_name_req(remote_bda, HCI_PAGE_SCAN_REP_MODE_R1,
2075 p_inq->remname_bda = remote_bda;
2081 tINQ_DB_ENT* p_i = btm_inq_db_find(remote_bda);
2085 remote_bda, p_cu
[all...]
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...]
H A Dbtm_ble_gap.cc740 * remote_bda: device address to add/remove.
745 bool BTM_BleUpdateBgConnDev(bool add_remove, const RawAddress& remote_bda) { argument
747 return btm_update_dev_to_white_list(add_remove, remote_bda);
1466 tBTM_STATUS btm_ble_read_remote_name(const RawAddress& remote_bda, argument
1472 tINQ_DB_ENT* p_i = btm_inq_db_find(remote_bda);
1481 if (!GAP_BleReadPeerDevName(remote_bda, btm_ble_read_remote_name_cmpl))
1486 p_inq->remname_bda = remote_bda;
1505 bool btm_ble_cancel_remote_name(const RawAddress& remote_bda) { argument
1509 status = GAP_BleCancelReadPeerDevName(remote_bda);
/system/bt/stack/l2cap/
H A Dl2c_ble.cc203 uint16_t L2CA_GetDisconnectReason(const RawAddress& remote_bda, argument
208 p_lcb = l2cu_find_lcb_by_bd_addr(remote_bda, transport);
1191 void l2cble_set_fixed_channel_tx_data_length(const RawAddress& remote_bda, argument
1194 tL2C_LCB* p_lcb = l2cu_find_lcb_by_bd_addr(remote_bda, BT_TRANSPORT_LE);
/system/bt/stack/smp/
H A Dsmp_keys.cc396 void smp_gen_p2_4_confirm(tSMP_CB* p_cb, const RawAddress& remote_bda, argument
404 BDADDR_TO_STREAM(p, remote_bda);
411 BDADDR_TO_STREAM(p, remote_bda);
428 RawAddress remote_bda; local
431 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda,
454 smp_gen_p2_4_confirm(p_cb, remote_bda, p2);
/system/bt/bta/hh/
H A Dbta_hh_le.cc381 bool bta_hh_is_le_device(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { argument
382 p_cb->is_le_device = BTM_UseLeLink(remote_bda);
396 void bta_hh_le_open_conn(tBTA_HH_DEV_CB* p_cb, const RawAddress& remote_bda) { argument
399 p_cb->addr = remote_bda;
403 BTA_GATTC_Open(bta_hh_cb.gatt_if, remote_bda, true, BTA_GATT_TRANSPORT_LE,
1277 p2 = p_data->remote_bda.address;
1318 tBTA_HH_DEV_CB* p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->remote_bda);
2206 p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->open.remote_bda);
2226 p_dev_cb = bta_hh_le_find_dev_cb_by_bda(p_data->enc_cmpl.remote_bda);
/system/bt/bta/include/
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...]

Completed in 223 milliseconds

12