Home | History | Annotate | Download | only in co

Lines Matching refs:server_bda

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,
159 bta_gattc_ci_cache_save(server_bda, evt, status, conn_id);
169 ** Parameter server_bda: server bd address of this cache belongs to
175 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id)
177 UNUSED(server_bda);
195 ** Parameter server_bda: server bd address of this cache belongs to
200 void bta_gattc_co_cache_reset(BD_ADDR server_bda)
203 cacheReset(server_bda);