Home
last modified time | relevance | path

Searched refs:gatt_sr_alloc_rcb (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h664 extern UINT8 gatt_sr_alloc_rcb(tGATT_HDL_LIST_ELEM *p_list);
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c475 if ((i_sreg = gatt_sr_alloc_rcb(p_list)) == GATT_MAX_SR_PROFILES) { in GATTS_StartService()
Dgatt_utils.c1439 UINT8 gatt_sr_alloc_rcb(tGATT_HDL_LIST_ELEM *p_list ) in gatt_sr_alloc_rcb() function