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

  /system/bt/bta/include/
bta_gattc_co.h 36 ** Parameter server_bda: server bd address of this cache belongs to
44 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 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 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 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 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 extern void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt,
84 ** Parameters server_bda - server BDA of this cache.
93 extern void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt,
104 ** Parameters server_bda - server BDA of this cache.
111 extern void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt,
  /system/bt/btif/co/
bta_gattc_co.c 80 ** Parameter server_bda: server bd address of this cache belongs to
88 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save)
92 if (!btm_sec_is_a_bonded_dev(server_bda) || !cacheOpen(server_bda, to_save))
96 bta_gattc_ci_cache_open(server_bda, evt, status, conn_id);
106 ** Parameter server_bda: server bd address of this cache belongs to
114 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id)
128 bta_gattc_ci_cache_load(server_bda, evt, num_attr, attr, status, conn_id);
138 ** Parameter server_bda: server bd address of this cache belongs to
147 void bta_gattc_co_cache_save (BD_ADDR server_bda, UINT16 evt, UINT16 num_attr
    [all...]
  /system/bt/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,
55 UNUSED(server_bda);
74 ** Parameters server_bda - server BDA of this cache.
83 void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr,
88 UNUSED(server_bda);
116 ** Parameters server_bda - server BDA of this cache.
125 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status,
129 UNUSED(server_bda);
bta_gattc_act.c 895 L2CA_EnableUpdateBleConnParams(p_srcb->server_bda, FALSE);
987 L2CA_EnableUpdateBleConnParams(p_clcb->p_srcb->server_bda, FALSE);
    [all...]
bta_gattc_utils.c 334 if (p_srcb->in_use && bdcmp(p_srcb->server_bda, bda) == 0)
356 if (bdcmp(p_srcb->server_bda, bda) == 0)
423 bdcpy(p_tcb->server_bda, bda);
576 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &&
bta_gattc_cache.c 611 bta_gattc_co_cache_open(p_srvc_cb->server_bda, BTA_GATTC_CI_CACHE_OPEN_EVT,
922 if(!SDP_ServiceSearchAttributeRequest (p_server_cb->server_bda,
    [all...]
bta_gattc_int.h 311 BD_ADDR server_bda; member in struct:__anon68682

Completed in 193 milliseconds