HomeSort by relevance Sort by last modified time
    Searched defs:remote_bda (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 166 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda)
175 bdcmp(p_clcb->bda, remote_bda) == 0)
212 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
227 bdcpy(p_clcb->bda, remote_bda);
231 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
232 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
259 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
263 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda)) == NULL)
265 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda);
703 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &
724 BD_ADDR remote_bda; local
    [all...]
bta_gatts_act.c 629 BD_ADDR remote_bda; local
636 if (GATT_GetConnectionInfor(p_msg->api_indicate.hdr.layer_specific, &gatt_if, remote_bda))
651 if (!BTM_IsBleLink(remote_bda))
653 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
654 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
694 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda, p_msg->api_open.is_direct))
724 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda, p_msg->api_cancel_open.is_direct))
755 BD_ADDR remote_bda; local
757 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda))
772 if (!BTM_IsBleLink(remote_bda))
    [all...]
bta_gattc_act.c 282 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE);
283 GATT_CancelConnect(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE);
287 bta_gattc_mark_bg_conn(p_clreg->client_if, p_cb->bg_track[i].remote_bda, FALSE, TRUE);
335 p_msg->api_conn.remote_bda)) != NULL)
345 p_msg->api_conn.remote_bda,
379 p_msg->api_cancel_conn.remote_bda)) != NULL)
472 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda, TRUE))
482 p_data->api_conn.remote_bda,
508 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, TRUE, FALSE))
511 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, FALSE)
1799 BD_ADDR remote_bda; local
    [all...]
bta_gatts_int.h 143 BD_ADDR remote_bda; member in struct:__anon2975
153 BD_ADDR_PTR remote_bda; member in struct:__anon2976
bta_gattc_int.h 115 BD_ADDR remote_bda; member in struct:__anon2942
184 BD_ADDR_PTR remote_bda; member in struct:__anon2950
192 BD_ADDR remote_bda; member in struct:__anon2951
329 BD_ADDR remote_bda; member in struct:__anon2957
376 BD_ADDR remote_bda; member in struct:__anon2960
385 BD_ADDR remote_bda; member in struct:__anon2961
473 BD_ADDR remote_bda, UINT16 conn_id);
479 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda);
481 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
483 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
srvc_api.h 91 BD_ADDR remote_bda; member in struct:__anon3873
208 GATT_API extern void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level);
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 449 BD_ADDR remote_bda; local
453 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
501 BD_ADDR remote_bda; local
504 if (!BTM_ReadRemoteConnectionAddr(p_cb->pairing_bda, remote_bda, &addr_type))
517 BDADDR_TO_STREAM(p, remote_bda);
526 BDADDR_TO_STREAM(p, remote_bda);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 443 BD_ADDR remote_bda; member in struct:__anon3576
600 extern tGATT_BG_CONN_DEV * gatt_find_bg_dev(BD_ADDR remote_bda);
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 319 BD_ADDR remote_bda; member in struct:__anon3138
327 BD_ADDR remote_bda; member in struct:__anon3139
348 BD_ADDR remote_bda; member in struct:__anon3141
365 BD_ADDR remote_bda; /* service change event */ member in union:__anon3142
485 BD_ADDR remote_bda; member in struct:__anon3145
535 BD_ADDR remote_bda; member in struct:__anon3150
624 ** remote_bda: remote device BD address.
630 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
640 ** remote_bda: remote device BD address.
646 BTA_API extern void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
    [all...]

Completed in 266 milliseconds