Home | History | Annotate | Download | only in co

Lines Matching refs:conn_id

79 **                  conn_id: connection ID of this cache operation attach to.
85 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save)
93 bta_gattc_ci_cache_open(server_bda, evt, status, conn_id);
107 ** conn_id: connection ID of this cache operation attach to.
111 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id)
125 bta_gattc_ci_cache_load(server_bda, evt, num_attr, attr, status, conn_id);
140 ** conn_id: connection ID of this cache operation attach to.
145 tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id)
156 bta_gattc_ci_cache_save(server_bda, evt, status, conn_id);
167 ** conn_id: connection ID of this cache operation attach to.
172 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id)
175 UNUSED(conn_id);