Home | History | Annotate | Download | only in gatt

Lines Matching refs:remote_bda

132 **                  remote_bda: remote device BD address.
139 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
149 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
162 ** remote_bda: remote device BD address.
168 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
176 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
611 !memcmp(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN) &&
628 memcpy(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN);
657 ** remote_bda - target GATT server.
680 !memcmp(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN) &&
700 ** Parameters remote_bda: remote device BD address.
705 void BTA_GATTC_Refresh(BD_ADDR remote_bda)
711 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
725 ** remote_bda: remote device BD address, if listen to all device
740 p_buf->remote_bda = (UINT8*)(p_buf + 1);
741 memcpy(p_buf->remote_bda, target_bda, BD_ADDR_LEN);
743 p_buf->remote_bda = NULL;