Searched refs:GATT_PREP_WRITE_EXEC (Results 1 – 5 of 5) sorted by relevance
84 flag &= GATT_PREP_WRITE_EXEC; in attp_build_exec_write_cmd()
896 is_execute ? GATT_PREP_WRITE_EXEC : GATT_PREP_WRITE_CANCEL; in GATTC_ExecuteWrite()
309 tGATT_EXEC_FLAG flag = GATT_PREP_WRITE_EXEC; in gatt_check_write_long_terminate()
367 flag &= GATT_PREP_WRITE_EXEC; in gatt_process_exec_write_req()
446 #define GATT_PREP_WRITE_EXEC 0x01 macro