Searched refs:gatt_clcb_alloc (Results 1 – 3 of 3) sorted by relevance
592 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ConfigureMTU()649 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Discover()704 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Read()781 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_Write()834 tGATT_CLCB* p_clcb = gatt_clcb_alloc(conn_id); in GATTC_ExecuteWrite()
493 extern tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id);
901 tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id) { in gatt_clcb_alloc() function