Lines Matching refs:remote_bda
287 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE);
288 GATT_CancelConnect(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE);
292 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, TRUE);
341 p_msg->api_conn.remote_bda,
352 p_msg->api_conn.remote_bda,
388 p_msg->api_cancel_conn.remote_bda,
435 bdcpy(cb_data.enc_cmpl.remote_bda, p_msg->enc_cmpl.remote_bda);
520 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda,
531 p_data->api_conn.remote_bda,
558 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, TRUE, FALSE))
561 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, false, p_data->transport, false))
563 uint8_t *bda = (uint8_t *)p_data->remote_bda;
575 p_data->remote_bda,
579 if ((p_clcb = bta_gattc_find_alloc_clcb(p_data->client_if, p_data->remote_bda,
595 bta_gattc_send_open_cback(p_clreg, status, p_data->remote_bda,
615 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, FALSE, FALSE))
617 if (GATT_CancelConnect(p_data->client_if, p_data->remote_bda, FALSE))
669 if (GATT_CancelConnect(p_clcb->p_rcb->client_if, p_data->api_cancel_conn.remote_bda, TRUE))
773 bdcpy(cb_data.close.remote_bda, p_clcb->bda);
801 bdcpy(cb_data.close.remote_bda, p_clcb->bda);
1571 bdcpy(p_buf->int_conn.remote_bda, bda);
1610 bdcpy(p_buf->enc_cmpl.remote_bda, bda);
1627 tBTA_GATTC_SERV *p_srvc_cb = bta_gattc_find_srvr_cache(p_msg->api_conn.remote_bda);
1659 bta_gattc_cache_reset(p_msg->api_conn.remote_bda);
1789 BD_ADDR remote_bda;
1793 if (!GATT_GetConnectionInfor(conn_id, &gatt_if, remote_bda, &transport))
1809 if ((p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
1829 p_clcb = bta_gattc_clcb_alloc(gatt_if, remote_bda, transport);
1957 void bta_gattc_init_clcb_conn(UINT8 cif, BD_ADDR remote_bda)
1964 if (GATT_GetConnIdIfConnected(cif, remote_bda, &conn_id, BTA_GATT_TRANSPORT_LE) == FALSE)
1971 if ((p_clcb = bta_gattc_clcb_alloc(cif, remote_bda, BTA_GATT_TRANSPORT_LE)) != NULL)
1976 memcpy(gattc_data.api_conn.remote_bda, remote_bda, BD_ADDR_LEN);
2005 if (bta_gattc_find_clcb_by_cif(cif, p_conn->remote_bda, BTA_GATT_TRANSPORT_LE) == NULL)
2007 bta_gattc_init_clcb_conn(cif, p_conn->remote_bda);
2039 (BD_ADDR_PTR) p_msg->api_listen.remote_bda,
2045 p_msg->api_listen.remote_bda))
2059 if (p_msg->api_listen.remote_bda != NULL)
2063 if (L2CA_GetBleConnRole(p_msg->api_listen.remote_bda) == HCI_ROLE_SLAVE &&
2065 p_msg->api_listen.remote_bda,
2070 p_msg->api_listen.remote_bda);