Lines Matching refs:remote_bda

229                                  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, false,
449 << p_data->remote_bda;
455 if (GATT_GetConnIdIfConnected(p_data->client_if, p_data->remote_bda,
458 p_data->client_if, p_data->remote_bda, BTA_GATT_TRANSPORT_LE);
472 bta_gattc_send_open_cback(p_clreg, status, p_data->remote_bda,
492 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, false)) {
493 if (GATT_CancelConnect(p_data->client_if, p_data->remote_bda, false)) {
538 p_data->api_cancel_conn.remote_bda, true)) {
625 cb_data.close.remote_bda = p_clcb->bda;
652 cb_data.close.remote_bda = p_clcb->bda;
1341 p_buf->int_conn.remote_bda = bdaddr;
1387 void bta_gattc_process_api_refresh(const RawAddress& remote_bda) {
1388 tBTA_GATTC_SERV* p_srvc_cb = bta_gattc_find_srvr_cache(remote_bda);
1414 bta_gattc_cache_reset(remote_bda);
1488 bta_gattc.remote_bda = p_srcb->server_bda;
1539 RawAddress remote_bda;
1543 if (!GATT_GetConnectionInfor(conn_id, &gatt_if, remote_bda, &transport)) {
1558 p_srcb = bta_gattc_find_srcb(remote_bda);
1577 p_clcb = bta_gattc_clcb_alloc(gatt_if, remote_bda, transport);