Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_main.c114 gatt_cb.sign_op_queue = fixed_queue_new(QUEUE_SIZE_MAX); in gatt_init()
165 fixed_queue_free(gatt_cb.sign_op_queue, NULL); in gatt_free()
166 gatt_cb.sign_op_queue = NULL; in gatt_free()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h505 fixed_queue_t *sign_op_queue; member