Home
last modified time | relevance | path

Searched refs:BTA_GATTC_API_WRITE_EVT (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c460 if (cmd_data != NULL && ((cmd_data->hdr.event == BTA_GATTC_API_WRITE_EVT && in bta_gattc_has_prepare_command_in_queue()
485 } else if ((p_data->hdr.event == BTA_GATTC_API_WRITE_EVT && in bta_gattc_enqueue()
487 ((p_clcb->p_q_cmd->hdr.event == BTA_GATTC_API_WRITE_EVT && in bta_gattc_enqueue()
518 if (p_data->hdr.event == BTA_GATTC_API_WRITE_EVT) { in bta_gattc_enqueue()
Dbta_gattc_api.c675 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharValue()
724 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_WriteCharDescr()
770 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_PrepareWrite()
818 p_buf->hdr.event = BTA_GATTC_API_WRITE_EVT; in BTA_GATTC_PrepareWriteCharDescr()
Dbta_gattc_main.c456 case BTA_GATTC_API_WRITE_EVT: in gattc_evt_code()
Dbta_gattc_act.c89 BTA_GATTC_API_WRITE_EVT,
1400 if (p_clcb->p_q_cmd->api_write.hdr.event == BTA_GATTC_API_WRITE_EVT && in bta_gattc_write_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h45 BTA_GATTC_API_WRITE_EVT, enumerator