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

  /hardware/libhardware/include/hardware/
bt_gatt_server.h 99 bt_bdaddr_t *bda, int exec_write);
  /system/bt/service/hal/
bluetooth_gatt_interface.h 210 const bt_bdaddr_t& bda, int exec_write);
fake_bluetooth_gatt_interface.h 131 const bt_bdaddr_t& bda, int exec_write);
fake_bluetooth_gatt_interface.cpp 371 int conn_id, int trans_id, const bt_bdaddr_t& bda, int exec_write) {
374 RequestExecWriteCallback(this, conn_id, trans_id, bda, exec_write));
bluetooth_gatt_interface.cpp 395 bt_bdaddr_t* bda, int exec_write) {
398 << " exec_write: " << exec_write; local
403 g_interface, conn_id, trans_id, *bda, exec_write));
836 int /* exec_write */) {
  /system/bt/service/
gatt_server.h 302 const bt_bdaddr_t& bda, int exec_write) override;
gatt_server.cpp 761 const bt_bdaddr_t& bda, int exec_write) {
773 << " BD_ADDR: " << device_address << " exec_write: " << exec_write; local
790 delegate_->OnExecuteWriteRequest(this, device_address, trans_id, exec_write);
gatt_server_old.cpp 260 int exec_write) {
262 LOG_INFO(LOG_TAG, "%s: connection:%d (%s:trans:%d) exec_write:%d", __func__,
263 conn_id, addr.c_str(), trans_id, exec_write);
270 if (!exec_write)
  /system/bt/stack/gatt/
att_protocol.c 578 p_cmd = attp_build_exec_write_cmd(op_code, p_msg->exec_write);
gatt_int.h 125 tGATT_EXEC_FLAG exec_write; /* execute write */ member in union:__anon72493
  /system/bt/stack/include/
gatt_api.h 371 tGATT_EXEC_FLAG exec_write; /* execute write */ member in union:__anon72733
    [all...]
  /system/bt/btif/src/
btif_gatt_server.c 314 p_data->req_data.p_data->exec_write);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 787 bt_bdaddr_t *bda, int exec_write)
798 address, conn_id, trans_id, exec_write);
    [all...]

Completed in 276 milliseconds