Home | History | Annotate | Download | only in gatt

Lines Matching refs:remote_bda

463 **                  remote_bda: remote device BD address.
470 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct,
481 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
497 ** remote_bda: remote device BD address.
503 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct)
512 memcpy(p_buf->remote_bda, remote_bda, BD_ADDR_LEN);
551 ** remote_bda: remote device BD address, if listen to all device
570 p_buf->remote_bda = (UINT8*)(p_buf + 1);
571 memcpy(p_buf->remote_bda, target_bda, BD_ADDR_LEN);
574 p_buf->remote_bda = NULL;