Searched defs:peer_bda (Results 1 - 8 of 8) sorted by relevance

/system/bt/stack/srvc/
H A Dsrvc_dis.cc442 bool DIS_ReadDISInfo(const RawAddress& peer_bda, tDIS_READ_CBACK* p_cback, argument
460 VLOG(1) << __func__ << " BDA: " << peer_bda
464 GATT_GetConnIdIfConnected(srvc_eng_cb.gatt_if, peer_bda, &conn_id,
468 srvc_eng_request_channel(peer_bda, SRVC_ID_DIS);
471 return GATT_Connect(srvc_eng_cb.gatt_if, peer_bda, true, BT_TRANSPORT_LE,
/system/bt/btif/src/
H A Dbtif_hf_client.cc86 RawAddress peer_bda; // Device corresponding to handle member in struct:__anon636
164 HAL_CBACK(bt_hf_client_callbacks, audio_state_cb, &cb->peer_bda,
224 btif_hf_client_cb_arr.cb[i].peer_bda == bd_addr) {
295 cb->peer_bda = *bd_addr;
299 cb->peer_bda = *bd_addr;
305 BTA_HfClientOpen(cb->peer_bda, BTIF_HF_CLIENT_SECURITY, &cb->handle);
767 HAL_CBACK(bt_hf_client_callbacks, call_cb, &cb->peer_bda,
772 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, &cb->peer_bda,
776 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, &cb->peer_bda,
781 HAL_CBACK(bt_hf_client_callbacks, network_state_cb, &cb->peer_bda,
[all...]
H A Dbtif_a2dp_source.cc750 RawAddress peer_bda = btif_av_get_addr(); local
751 tBTM_STATUS status = BTM_ReadRSSI(peer_bda, btm_read_rssi_cb);
755 status = BTM_ReadFailedContactCounter(peer_bda,
761 status = BTM_ReadAutomaticFlushTimeout(peer_bda,
768 BTM_ReadTxPower(peer_bda, BT_TRANSPORT_BR_EDR, btm_read_tx_power_cb);
H A Dbtif_av.cc76 RawAddress peer_bda; member in struct:__anon611
336 /* clear the peer_bda */
337 btif_av_cb.peer_bda = RawAddress::kEmpty;
358 btif_av_cb.peer_bda = *connect_req_p->target_bda;
360 BTA_AvOpen(btif_av_cb.peer_bda, btif_av_cb.bta_handle, true,
363 btif_av_cb.peer_bda = ((tBTA_AV*)p_data)->pend.bd_addr;
366 BTA_AvOpen(btif_av_cb.peer_bda, btif_av_cb.bta_handle, true,
370 BTA_AvOpen(btif_av_cb.peer_bda, btif_av_cb.bta_handle, true,
454 btif_report_connection_state(state, &(btif_av_cb.peer_bda));
519 &(btif_av_cb.peer_bda));
[all...]
/system/bt/stack/gap/
H A Dgap_ble.cc356 bool accept_client_operation(const RawAddress& peer_bda, uint16_t uuid, argument
360 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(peer_bda);
362 p_clcb = clcb_alloc(peer_bda);
365 DVLOG(1) << __func__ << ": BDA: " << peer_bda
368 if (GATT_GetConnIdIfConnected(gatt_if, peer_bda, &p_clcb->conn_id,
516 bool GAP_BleReadPeerPrefConnParams(const RawAddress& peer_bda) { argument
517 return accept_client_operation(peer_bda, GATT_UUID_GAP_PREF_CONN_PARAM, NULL);
530 bool GAP_BleReadPeerDevName(const RawAddress& peer_bda, argument
532 return accept_client_operation(peer_bda, GATT_UUID_GAP_DEVICE_NAME, p_cback);
544 bool GAP_BleReadPeerAddressResolutionCap(const RawAddress& peer_bda, argument
559 GAP_BleCancelReadPeerDevName(const RawAddress& peer_bda) argument
[all...]
/system/bt/stack/gatt/
H A Dgatt_main.cc236 ret = L2CA_RemoveFixedChnl(L2CAP_ATT_CID, p_tcb->peer_bda);
238 ret = L2CA_CancelBleConnectReq(p_tcb->peer_bda);
316 (BTM_GetHCIConnHandle(p_tcb->peer_bda, p_tcb->transport) ==
324 GATT_SetIdleTimeout(p_tcb->peer_bda, GATT_LINK_NO_IDLE_TIMEOUT,
333 GATT_SetIdleTimeout(p_tcb->peer_bda, GATT_LINK_IDLE_TIMEOUT_WHEN_NO_APP,
666 gatt_cleanup_upon_disc(p_tcb->peer_bda, result, GATT_TRANSPORT_BR_EDR);
707 p_srv_chg_clt = gatt_is_bda_in_the_srv_chg_clt_list(p_tcb->peer_bda);
711 if (btm_sec_is_a_bonded_dev(p_tcb->peer_bda))
712 gatt_add_a_bonded_dev_for_srv_chg(p_tcb->peer_bda);
764 p_srv_chg_clt = gatt_is_bda_in_the_srv_chg_clt_list(p_tcb->peer_bda);
1009 gatt_send_srv_chg_ind(const RawAddress& peer_bda) argument
[all...]
H A Dgatt_int.h269 RawAddress peer_bda; member in struct:__anon915
418 extern void gatt_send_srv_chg_ind(const RawAddress& peer_bda);
/system/bt/bta/dm/
H A Dbta_dm_int.h357 RawAddress peer_bda; member in struct:__anon102
367 RawAddress peer_bda; member in struct:__anon103

Completed in 305 milliseconds