Searched defs:server_bda (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_ci.c44 ** 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, argument
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, argument
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, argument
129 UNUSED(server_bda);
H A Dbta_gattc_int.h311 BD_ADDR server_bda; member in struct:__anon168
/system/bt/btif/co/
H A Dbta_gattc_co.c80 ** 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) argument
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) argument
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, UINT1 argument
175 bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id) argument
200 bta_gattc_co_cache_reset(BD_ADDR server_bda) argument
[all...]

Completed in 56 milliseconds