• Home
  • Raw
  • Download

Lines Matching refs:server_if

55     int server_if = data.readInt32();  in onTransact()  local
56 UnregisterServer(server_if); in onTransact()
64 int server_if = data.readInt32(); in onTransact() local
71 server_if, is_primary, *uuid, &out_id); in onTransact()
83 int server_if = data.readInt32(); in onTransact() local
91 server_if, *uuid, properties, permissions, &out_id); in onTransact()
103 int server_if = data.readInt32(); in onTransact() local
109 bool result = AddDescriptor(server_if, *uuid, permissions, &out_id); in onTransact()
121 int server_if = data.readInt32(); in onTransact() local
122 bool result = EndServiceDeclaration(server_if); in onTransact()
127 int server_if = data.readInt32(); in onTransact() local
138 server_if, device_address, request_id, status, offset, *value); in onTransact()
145 int server_if = data.readInt32(); in onTransact() local
155 bool result = SendNotification(server_if, device_address, *char_id, confirm, in onTransact()
187 void BpBluetoothGattServer::UnregisterServer(int server_if) { in UnregisterServer() argument
191 data.writeInt32(server_if); in UnregisterServer()
207 int server_if, bool is_primary, const bluetooth::UUID& uuid, in BeginServiceDeclaration() argument
213 data.writeInt32(server_if); in BeginServiceDeclaration()
229 int server_if, const bluetooth::UUID& uuid, in AddCharacteristic() argument
236 data.writeInt32(server_if); in AddCharacteristic()
252 int server_if, const bluetooth::UUID& uuid, int permissions, in AddDescriptor() argument
258 data.writeInt32(server_if); in AddDescriptor()
272 bool BpBluetoothGattServer::EndServiceDeclaration(int server_if) { in EndServiceDeclaration() argument
276 data.writeInt32(server_if); in EndServiceDeclaration()
285 int server_if, in SendResponse() argument
293 data.writeInt32(server_if); in SendResponse()
307 int server_if, in SendNotification() argument
315 data.writeInt32(server_if); in SendNotification()