Home
last modified time | relevance | path

Searched refs:BTA_GATTC_WRITE_PREPARE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c461 cmd_data->api_write.write_type == BTA_GATTC_WRITE_PREPARE) || in bta_gattc_has_prepare_command_in_queue()
486 p_data->api_write.write_type == BTA_GATTC_WRITE_PREPARE) && in bta_gattc_enqueue()
488 p_clcb->p_q_cmd->api_write.write_type == BTA_GATTC_WRITE_PREPARE) || in bta_gattc_enqueue()
Dbta_gattc_api.c775 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWrite()
822 p_buf->write_type = BTA_GATTC_WRITE_PREPARE; in BTA_GATTC_PrepareWriteCharDescr()
Dbta_gattc_act.c1401 p_clcb->p_q_cmd->api_write.write_type == BTA_GATTC_WRITE_PREPARE) { in bta_gattc_write_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h110 #define BTA_GATTC_WRITE_PREPARE GATT_WRITE_PREPARE macro