Searched defs:is_execute (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_api.c824 ** is_execute - execute or cancel.
829 void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute) argument
840 p_buf->is_execute = is_execute;
H A Dbta_gattc_int.h151 BOOLEAN is_execute; member in struct:__anon155
/system/bt/stack/gatt/
H A Dgatt_api.c1052 ** is_execute - to execute or cancel the prepare write requet(s)
1057 tGATT_STATUS GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute) argument
1067 GATT_TRACE_API ("GATTC_ExecuteWrite conn_id=%d is_execute=%d", conn_id, is_execute);
1084 flag = is_execute ? GATT_PREP_WRITE_EXEC : GATT_PREP_WRITE_CANCEL;

Completed in 867 milliseconds