Home | History | Annotate | Download | only in gatt

Lines Matching refs:remote_bda

142 **                  remote_bda: remote device BD address.
149 void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda,
161 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
177 ** remote_bda: remote device BD address.
183 void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
193 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
914 !memcmp(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN) &&
931 memcpy(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN);
988 !memcmp(p_clreg->notif_reg[i].remote_bda, bda, BD_ADDR_LEN) &&
1020 ** Parameters remote_bda: remote device BD address.
1025 void BTA_GATTC_Refresh(BD_ADDR remote_bda)
1033 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
1050 ** remote_bda: remote device BD address, if listen to all device
1068 p_buf->remote_bda = (UINT8*)(p_buf + 1);
1069 memcpy(p_buf->remote_bda, target_bda, BD_ADDR_LEN);
1072 p_buf->remote_bda = NULL;