Searched refs:tGATT_PROFILE_CLCB (Results 1 – 2 of 2) sorted by relevance
51 static void gatt_cl_start_config_ccc(tGATT_PROFILE_CLCB *p_clcb);90 static tGATT_PROFILE_CLCB *gatt_profile_find_clcb_by_conn_id(UINT16 conn_id) in gatt_profile_find_clcb_by_conn_id()93 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_conn_id()113 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()116 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_find_clcb_by_bd_addr()137 tGATT_PROFILE_CLCB *gatt_profile_clcb_alloc (UINT16 conn_id, BD_ADDR bda, tBT_TRANSPORT tranport) in gatt_profile_clcb_alloc()140 tGATT_PROFILE_CLCB *p_clcb = NULL; in gatt_profile_clcb_alloc()169 void gatt_profile_clcb_dealloc (tGATT_PROFILE_CLCB *p_clcb) in gatt_profile_clcb_dealloc()171 memset(p_clcb, 0, sizeof(tGATT_PROFILE_CLCB)); in gatt_profile_clcb_dealloc()242 tGATT_PROFILE_CLCB *p_clcb = gatt_profile_find_clcb_by_bd_addr(bda, transport); in gatt_connect_cback()[all …]
482 }tGATT_PROFILE_CLCB; typedef513 tGATT_PROFILE_CLCB profile_clcb[GATT_MAX_APPS];