Searched refs:GATT_PREP_WRITE_EXEC (Results 1 – 6 of 6) sorted by relevance
233 if (blufi_env.prepare_buf && p_data->req_data.p_data->exec_write == GATT_PREP_WRITE_EXEC) { in blufi_profile_cb()
86 flag &= GATT_PREP_WRITE_EXEC; in attp_build_exec_write_cmd()
317 tGATT_EXEC_FLAG flag = GATT_PREP_WRITE_EXEC; in gatt_check_write_long_terminate()
1171 flag = is_execute ? GATT_PREP_WRITE_EXEC : GATT_PREP_WRITE_CANCEL; in GATTC_ExecuteWrite()
498 flag &= GATT_PREP_WRITE_EXEC; in gatt_process_exec_write_req()
367 #define GATT_PREP_WRITE_EXEC 0x01 macro