Home | History | Annotate | Download | only in gatt

Lines Matching full:bda

49 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id,
60 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, BD_ADDR bda);
478 p_clcb->bda,
498 p_clcb->bda,
563 uint8_t *bda = (uint8_t *)p_data->remote_bda;
566 __func__, bda[0], bda[1], bda[2], bda[3], bda[4], bda[5]);
702 &gatt_if, p_clcb->bda, &p_clcb->transport);
744 bta_sys_conn_open(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda);
748 p_clcb->bda,
772 bdcpy(cb_data.close.remote_bda, p_clcb->bda);
800 bdcpy(cb_data.close.remote_bda, p_clcb->bda);
803 bta_sys_conn_close( BTA_ID_GATTC ,BTA_ALL_APP_ID, p_clcb->bda);
1227 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda);
1228 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda);
1545 static void bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id,
1555 bdcpy(bdaddr.address, bda);
1567 p_buf->int_conn.role = L2CA_GetBleConnRole(bda);
1570 bdcpy(p_buf->int_conn.remote_bda, bda);
1584 static void bta_gattc_enc_cmpl_cback(tGATT_IF gattc_if, BD_ADDR bda)
1587 bta_gattc_find_clcb_by_cif(gattc_if, bda, BTA_GATT_TRANSPORT_LE);
1609 bdcpy(p_buf->enc_cmpl.remote_bda, bda);
1764 bdcpy(p_notify->bda, p_clcb->bda);
1884 bta_sys_busy(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda);
1885 bta_sys_idle(BTA_ID_GATTC, BTA_ALL_APP_ID, p_clcb->bda);