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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 630 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda, p_msg->api_open.is_direct))
660 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda, p_msg->api_cancel_open.is_direct))
691 BD_ADDR remote_bda; local
693 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda))
735 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda))
788 memcpy(cb_data.conn.remote_bda, bda, BD_ADDR_LEN);
bta_gattc_utils.c 163 tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda)
173 bdcmp(p_clcb->p_srcb->server_bda, remote_bda) == 0)
210 tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
225 bdcpy(p_clcb->bda, remote_bda);
229 if ((p_clcb->p_srcb = bta_gattc_find_srcb(remote_bda)) == NULL)
230 p_clcb->p_srcb = bta_gattc_srcb_alloc(remote_bda);
257 tBTA_GATTC_CLCB *bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda)
261 if ((p_clcb = bta_gattc_find_clcb_by_cif(client_if, remote_bda)) == NULL)
263 p_clcb = bta_gattc_clcb_alloc(client_if, remote_bda);
566 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &
587 BD_ADDR remote_bda; local
    [all...]
bta_gattc_act.c 322 p_msg->api_conn.remote_bda)) != NULL)
332 p_msg->api_conn.remote_bda,
366 p_msg->api_cancel_conn.remote_bda)) != NULL)
455 if (!GATT_Connect(p_clcb->p_rcb->client_if, p_data->api_conn.remote_bda, TRUE))
465 p_data->api_conn.remote_bda,
491 if (bta_gattc_mark_bg_conn(p_data->client_if, p_data->remote_bda, TRUE, FALSE))
494 if (!GATT_Connect(p_data->client_if, p_data->remote_bda, FALSE))
505 p_data->remote_bda,
508 if ((p_clcb = bta_gattc_clcb_alloc(p_data->client_if, p_data->remote_bda)) != NULL)
523 bta_gattc_send_open_cback(p_clreg, status, p_data->remote_bda, BTA_GATT_INVALID_CONN_ID)
1786 BD_ADDR remote_bda; local
    [all...]
bta_gatts_int.h 143 BD_ADDR remote_bda; member in struct:__anon2534
153 BD_ADDR_PTR remote_bda; member in struct:__anon2535
bta_gattc_int.h 114 BD_ADDR remote_bda; member in struct:__anon2504
307 BD_ADDR remote_bda; member in struct:__anon2517
354 BD_ADDR remote_bda; member in struct:__anon2520
363 BD_ADDR remote_bda; member in struct:__anon2521
441 BD_ADDR remote_bda, UINT16 conn_id);
445 extern tBTA_GATTC_CLCB * bta_gattc_find_clcb_by_cif (UINT8 client_if, BD_ADDR remote_bda);
447 extern tBTA_GATTC_CLCB * bta_gattc_clcb_alloc(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
449 extern tBTA_GATTC_CLCB * bta_gattc_find_alloc_clcb(tBTA_GATTC_IF client_if, BD_ADDR remote_bda);
462 extern BOOLEAN bta_gattc_mark_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR_PTR remote_bda, BOOLEAN add, BOOLEAN is_listen);
463 extern BOOLEAN bta_gattc_check_bg_conn (tBTA_GATTC_IF client_if, BD_ADDR remote_bda, UINT8 role)
    [all...]
  /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/bta/include/
bta_gatt_api.h 318 BD_ADDR remote_bda; member in struct:__anon2693
326 BD_ADDR remote_bda; member in struct:__anon2694
347 BD_ADDR remote_bda; member in struct:__anon2696
364 BD_ADDR remote_bda; /* service change event */ member in union:__anon2697
480 BD_ADDR remote_bda; member in struct:__anon2700
530 BD_ADDR remote_bda; member in struct:__anon2705
616 ** remote_bda: remote device BD address.
622 BTA_API extern void BTA_GATTC_Open(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct);
632 ** remote_bda: remote device BD address.
638 BTA_API extern void BTA_GATTC_CancelOpen(tBTA_GATTC_IF client_if, BD_ADDR remote_bda, BOOLEAN is_direct)
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 443 BD_ADDR remote_bda; member in struct:__anon3127
600 extern tGATT_BG_CONN_DEV * gatt_find_bg_dev(BD_ADDR remote_bda);

Completed in 1767 milliseconds