Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_PROFILE_CLCB

60 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb);
97 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_conn_id(uint16_t conn_id) {
99 tGATT_PROFILE_CLCB* p_clcb = NULL;
118 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_bd_addr(
121 tGATT_PROFILE_CLCB* p_clcb = NULL;
144 tGATT_PROFILE_CLCB* gatt_profile_clcb_alloc(uint16_t conn_id, BD_ADDR bda,
147 tGATT_PROFILE_CLCB* p_clcb = NULL;
175 void gatt_profile_clcb_dealloc(tGATT_PROFILE_CLCB* p_clcb) {
176 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB));
244 tGATT_PROFILE_CLCB* p_clcb =
312 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id);
347 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_conn_id(conn_id);
384 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb) {
436 tGATT_PROFILE_CLCB* p_clcb =