Home | History | Annotate | Download | only in gatt

Lines Matching refs:remote_bda

389 **                  remote_bda: remote device BD address.
396 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct,
406 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
419 ** remote_bda: remote device BD address.
425 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
433 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
468 remote_bda: remote device BD address, if listen to all device
483 p_buf->remote_bda = (UINT8 *)(p_buf + 1);
484 memcpy(p_buf->remote_bda, target_bda, BD_ADDR_LEN);
486 p_buf->remote_bda = NULL;