Home | History | Annotate | Download | only in co

Lines Matching refs:server_bda

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 to
115 void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id)
128 ** Parameter server_bda: server bd address of this cache belongs to
133 void bta_gattc_co_cache_reset(BD_ADDR server_bda)