Searched refs:tGATT_PROFILE_CLCB (Results 1 – 2 of 2) sorted by relevance
78 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB* p_clcb);143 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_conn_id(tCONN_ID conn_id) { in gatt_profile_find_clcb_by_conn_id()145 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id()165 static tGATT_PROFILE_CLCB* gatt_profile_find_clcb_by_bd_addr(const RawAddress& bda, in gatt_profile_find_clcb_by_bd_addr()168 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr()191 static tGATT_PROFILE_CLCB* gatt_profile_clcb_alloc(tCONN_ID conn_id, const RawAddress& bda, in gatt_profile_clcb_alloc()194 tGATT_PROFILE_CLCB* p_clcb = NULL; in gatt_profile_clcb_alloc()223 static void gatt_profile_clcb_dealloc(tGATT_PROFILE_CLCB* p_clcb) { in gatt_profile_clcb_dealloc()224 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB)); in gatt_profile_clcb_dealloc()380 tGATT_PROFILE_CLCB* p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback()[all …]
403 } tGATT_PROFILE_CLCB; typedef437 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS];