HomeSort by relevance Sort by last modified time
    Searched refs:target_bda (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/gatt/
bta_gatts_api.c 474 void BTA_GATTS_Listen(tBTA_GATTS_IF server_if, BOOLEAN start, BD_ADDR_PTR target_bda)
482 if (target_bda) {
484 memcpy(p_buf->remote_bda, target_bda, BD_ADDR_LEN);
bta_gattc_api.c 731 void BTA_GATTC_Listen(tBTA_GATTC_IF client_if, BOOLEAN start, BD_ADDR_PTR target_bda)
739 if (target_bda) {
741 memcpy(p_buf->remote_bda, target_bda, BD_ADDR_LEN);
  /system/bt/btif/src/
btif_av.c 81 bt_bdaddr_t *target_bda; member in struct:__anon72221
233 connect_req.target_bda = (bt_bdaddr_t*)&peer_addr;
331 memcpy(&btif_av_cb.peer_bda, ((btif_av_connect_req_t*)p_data)->target_bda,
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h     [all...]

Completed in 880 milliseconds