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

  /external/bluetooth/bluedroid/btif/co/
bta_gattc_co.c 39 ** Parameter server_bda: server bd address of this cache belongs to
47 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save)
52 bta_gattc_ci_cache_open(server_bda, evt, status, conn_id);
62 ** Parameter server_bda: server bd address of this cache belongs to
70 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id)
76 bta_gattc_ci_cache_load(server_bda, evt, num_attr, attr, status, conn_id);
85 ** Parameter server_bda: server bd address of this cache belongs to
94 void bta_gattc_co_cache_save (BD_ADDR server_bda, UINT16 evt, UINT16 num_attr,
99 bta_gattc_ci_cache_save(server_bda, evt, status, conn_id);
109 ** Parameter server_bda: server bd address of this cache belongs t
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gattc_co.h 36 ** Parameter server_bda: server bd address of this cache belongs to
44 BTA_API extern void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt,
54 ** Parameter server_bda: server bd address of this cache belongs to
60 BTA_API extern void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id);
69 ** Parameter server_bda: server bd address of this cache belongs to
78 BTA_API extern void bta_gattc_co_cache_save(BD_ADDR server_bda, UINT16 evt,
89 ** Parameter server_bda: server bd address of this cache belongs to
97 BTA_API extern void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt,
107 ** Parameter server_bda: server bd address of this cache belongs to
112 BTA_API extern void bta_gattc_co_cache_reset(BD_ADDR server_bda);
    [all...]
bta_gattc_ci.h 67 ** Parameters server_bda - server BDA of this cache.
74 BTA_API extern void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt,
84 ** Parameters server_bda - server BDA of this cache.
93 BTA_API extern void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt,
104 ** Parameters server_bda - server BDA of this cache.
111 BTA_API extern void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt,
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_ci.c 44 ** Parameters server_bda - server BDA of this cache.
51 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status,
73 ** Parameters server_bda - server BDA of this cache.
82 void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr,
114 ** Parameters server_bda - server BDA of this cache.
123 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status,
bta_gattc_utils.c 173 bdcmp(p_clcb->p_srcb->server_bda, remote_bda) == 0)
320 if (p_srcb->in_use && bdcmp(p_srcb->server_bda, bda) == 0)
342 if (bdcmp(p_srcb->server_bda, bda) == 0)
409 bdcpy(p_tcb->server_bda, bda);
566 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &&
bta_gattc_act.c 779 L2CA_EnableUpdateBleConnParams(p_srcb->server_bda, FALSE);
878 L2CA_EnableUpdateBleConnParams(p_clcb->p_srcb->server_bda, TRUE);
895 bta_gattc_co_cache_reset(p_clcb->p_srcb->server_bda);
    [all...]
bta_gattc_cache.c 434 BTM_ReadDevInfo(p_server_cb->server_bda, &dev_type, &addr_type);
571 bta_gattc_co_cache_open(p_srvc_cb->server_bda, BTA_GATTC_CI_CACHE_OPEN_EVT,
881 if(!SDP_ServiceSearchAttributeRequest (p_server_cb->server_bda, bta_gattc_cb.p_sdp_db, &bta_gattc_sdp_callback))
    [all...]
bta_gattc_int.h 268 BD_ADDR server_bda; member in struct:__anon2518

Completed in 184 milliseconds