Home
last modified time | relevance | path

Searched refs:tGAP_INFO (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/
Dgap_utils.c34 tGAP_INFO *gap_allocate_cb (void) in gap_allocate_cb()
36 tGAP_INFO *p_cb = &gap_cb.blk[0]; in gap_allocate_cb()
41 memset (p_cb, 0, sizeof (tGAP_INFO)); in gap_allocate_cb()
64 void gap_free_cb (tGAP_INFO *p_cb) in gap_free_cb()
87 tGAP_INFO *p_cb = &gap_cb.blk[0]; in gap_is_service_busy()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h36 } tGAP_INFO; typedef
127 tGAP_INFO blk[GAP_MAX_BLOCKS];