HomeSort by relevance Sort by last modified time
    Searched refs:is_execute (Results 1 - 13 of 13) sorted by null

  /system/bt/service/common/android/bluetooth/
IBluetoothGattServerCallback.aidl 41 int request_id, boolean is_execute);
  /system/bt/service/doc/
IBluetoothGattServerCallback.txt 117 * previously prepared writes. If |is_execute| is true, then the
124 in boolean is_execute);
  /system/bt/service/example/heart_rate/
heart_rate_server.h 78 bool is_execute) override;
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 90 bool is_execute) override;
bluetooth_gatt_server_binder_server.cc 277 int request_id, bool is_execute) {
289 is_execute); local
  /system/bt/bta/gatt/
bta_gattc_api.cc 578 * is_execute - execute or cancel.
583 void BTA_GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute) {
589 p_buf->is_execute = is_execute;
bta_gattc_int.h 141 bool is_execute; member in struct:__anon105458
bta_gattc_act.cc     [all...]
  /system/bt/service/
gatt_server.h 94 // Called when there is an incoming "Execute Write Request". If |is_execute|
100 int request_id, bool is_execute) = 0;
  /system/bt/stack/gatt/
gatt_api.cc     [all...]
  /system/bt/stack/include/
gatt_api.h 900 * is_execute - to execute or cancel the prepare write
906 extern tGATT_STATUS GATTC_ExecuteWrite(uint16_t conn_id, bool is_execute);
    [all...]
  /system/bt/service/test/
gatt_server_unittest.cc 143 bool is_execute) override {
147 exec_req_.is_exec = is_execute;
  /system/bt/bta/include/
bta_gatt_api.h     [all...]

Completed in 254 milliseconds