Searched defs:gatt_server (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/service/ipc/binder/ | 
| D | bluetooth_gatt_server_binder_server.cc | 71   auto gatt_server = GetGattServer(server_id);  in AddService()  local 116   auto gatt_server = GetGattServer(server_id);  in SendResponse()  local 136   auto gatt_server = GetGattServer(server_id);  in SendNotification()  local 177     bluetooth::GattServer* gatt_server, const std::string& device_address,  in OnCharacteristicReadRequest() 194     bluetooth::GattServer* gatt_server, const std::string& device_address,  in OnDescriptorReadRequest() 228   bluetooth::GattServer* gatt_server =  in OnRegisterInstanceImpl()  local 240     bluetooth::GattServer* gatt_server, const std::string& device_address,  in OnCharacteristicWriteRequest() 258     bluetooth::GattServer* gatt_server, const std::string& device_address,  in OnDescriptorWriteRequest() 276     bluetooth::GattServer* gatt_server, const std::string& device_address,  in OnExecuteWriteRequest() 293     bluetooth::GattServer* gatt_server, const std::string& device_address,  in OnConnectionStateChanged()
  | 
| /packages/modules/Bluetooth/system/service/test/ | 
| D | gatt_server_unittest.cc | 85   void OnCharacteristicReadRequest(GattServer* gatt_server,  in OnCharacteristicReadRequest() 98   void OnDescriptorReadRequest(GattServer* gatt_server,  in OnDescriptorReadRequest() 111   void OnCharacteristicWriteRequest(GattServer* gatt_server,  in OnCharacteristicWriteRequest() 128   void OnDescriptorWriteRequest(GattServer* gatt_server,  in OnDescriptorWriteRequest() 145   void OnExecuteWriteRequest(GattServer* gatt_server,  in OnExecuteWriteRequest() 155   void OnConnectionStateChanged(GattServer* gatt_server,  in OnConnectionStateChanged()
  | 
| /packages/modules/Bluetooth/system/blueberry/utils/ | 
| D | bt_gatt_utils.py | 142                                     gatt_server,  argument
  |