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

  /system/bt/service/common/bluetooth/binder/
IBluetoothGattServerCallback.h 86 int request_id, bool is_execute) = 0;
145 int request_id, bool is_execute) override;
IBluetoothGattServerCallback.cpp 266 int request_id, bool is_execute) {
273 data.writeInt32(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/bta/gatt/
bta_gattc_api.c 537 ** is_execute - execute or cancel.
542 void BTA_GATTC_ExecuteWrite (UINT16 conn_id, BOOLEAN is_execute)
549 p_buf->is_execute = is_execute;
bta_gattc_int.h 145 BOOLEAN is_execute; member in struct:__anon72869
bta_gattc_act.c     [all...]
  /system/bt/service/ipc/binder/
bluetooth_gatt_server_binder_server.h 93 int request_id, bool is_execute) override;
bluetooth_gatt_server_binder_server.cpp 344 int request_id, bool is_execute) {
354 gatt_cb->OnExecuteWriteRequest(device_address, request_id, is_execute);
  /system/bt/service/example/heart_rate/
heart_rate_server.h 79 int request_id, bool is_execute) override;
heart_rate_server.cpp 483 bool /* is_execute */) {
  /system/bt/stack/gatt/
gatt_api.c     [all...]
  /system/bt/service/
gatt_server.h 100 // Called when there is an incoming "Execute Write Request". If |is_execute|
107 int request_id, bool is_execute) = 0;
  /system/bt/bta/include/
bta_gatt_api.h     [all...]
  /system/bt/stack/include/
gatt_api.h     [all...]
  /system/bt/service/test/
gatt_server_unittest.cpp 138 int request_id, bool is_execute) override {
142 exec_req_.is_exec = is_execute;
    [all...]

Completed in 778 milliseconds