Home
last modified time | relevance | path

Searched refs:exec_write (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c196 UINT8 exec_write = p_data->req_data.p_data->exec_write; in bas_gatts_callback() local
198 event, exec_write, trans_id, conn_id); in bas_gatts_callback()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c228 BLUFI_TRACE_DEBUG("exec write exec %d\n", p_data->req_data.p_data->exec_write); in blufi_profile_cb()
233 if (blufi_env.prepare_buf && p_data->req_data.p_data->exec_write == GATT_PREP_WRITE_EXEC) { in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c815 param.exec_write.conn_id = BTC_GATT_GET_CONN_ID(p_data->req_data.conn_id); in btc_gatts_cb_handler()
816 param.exec_write.trans_id = p_data->req_data.trans_id; in btc_gatts_cb_handler()
817 memcpy(param.exec_write.bda, p_data->req_data.remote_bda, ESP_BD_ADDR_LEN); in btc_gatts_cb_handler()
821 param.exec_write.exec_write_flag = p_data->req_data.p_data->exec_write; in btc_gatts_cb_handler()
Dbtc_gattc.c681 BTA_GATTC_ExecuteWrite(arg->exec_write.conn_id, arg->exec_write.is_execute); in btc_gattc_execute_write()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h99 …} exec_write; /*!< Callback parameter for the event `ESP_GATTS_EXEC_WRITE_EV… member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h167 } exec_write; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c610 p_cmd = attp_build_exec_write_cmd(op_code, p_msg->exec_write); in attp_send_cl_msg()
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gattc_api.c799 arg.exec_write.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_execute_write()
800 arg.exec_write.is_execute = is_execute; in esp_ble_gattc_execute_write()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h397 tGATT_EXEC_FLAG exec_write; /* execute write */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h130 tGATT_EXEC_FLAG exec_write; /* execute write */ member