Searched refs:tGATT_PROFILE_CLCB (Results 1 – 2 of 2) sorted by relevance
65 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB *p_clcb);104 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_conn_id(UINT16 conn_id) in gatt_profile_find_clcb_by_conn_id()107 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id()127 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_bd_addr(BD_ADDR bda, tBT_TRANSPORT transport) in gatt_profile_find_clcb_by_bd_addr()130 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr()151 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport) in gatt_profile_clcb_alloc()154 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_clcb_alloc()182 void gatt_profile_clcb_dealloc (tGATT_PROFILE_CLCB *p_clcb) in gatt_profile_clcb_dealloc()184 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB)); in gatt_profile_clcb_dealloc()405 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback()[all …]
508 } tGATT_PROFILE_CLCB; typedef539 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS];