Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c233 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/stack/gatt/
Datt_protocol.c86 flag &= GATT_PREP_WRITE_EXEC; in attp_build_exec_write_cmd()
Dgatt_cl.c317 tGATT_EXEC_FLAG flag = GATT_PREP_WRITE_EXEC; in gatt_check_write_long_terminate()
Dgatt_api.c1171 flag = is_execute ? GATT_PREP_WRITE_EXEC : GATT_PREP_WRITE_CANCEL; in GATTC_ExecuteWrite()
Dgatt_sr.c498 flag &= GATT_PREP_WRITE_EXEC; in gatt_process_exec_write_req()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h367 #define GATT_PREP_WRITE_EXEC 0x01 macro