Home | History | Annotate | Download | only in gatt

Lines Matching refs:is_execute

987  *                  is_execute - to execute or cancel the prepared write
993 tGATT_STATUS GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) {
1002 GATT_TRACE_API("GATTC_ExecuteWrite conn_id=%d is_execute=%d", conn_id,
1003 is_execute);
1018 flag = is_execute ? GATT_PREP_WRITE_EXEC : GATT_PREP_WRITE_CANCEL;