Home
last modified time | relevance | path

Searched refs:is_full (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gattc_api.h248 …bool is_full; /*!< True indicates the GATTC command queue is full; false otherwis… member
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c510 cb_data.queue_full.is_full = TRUE; in bta_gattc_enqueue()
511 p_clcb->is_full = TRUE; in bta_gattc_enqueue()
Dbta_gattc_act.c1637 if (p_clcb->is_full) { in bta_gattc_pop_command_to_send()
1639 p_clcb->is_full = FALSE; in bta_gattc_pop_command_to_send()
1642 cb_data.queue_full.is_full = FALSE; in bta_gattc_pop_command_to_send()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c1018 param.queue_full.is_full = queue_full->is_full; in btc_gattc_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h370 BOOLEAN is_full; /* The gattc command queue is full or not */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h381 BOOLEAN is_full; member