Lines Matching refs:clientId
181 …int clientId, BtGattClientCallbacks *func, const BdAddr *bdAddr, bool isAutoConnect, BtTransportTy… in BleGattcConnect() argument
183 …return MockBluetooth::GetMocker()->BleGattcConnect(clientId, func, bdAddr, isAutoConnect, transpor… in BleGattcConnect()
186 int BleGattcDisconnect(int clientId) in BleGattcDisconnect() argument
188 return MockBluetooth::GetMocker()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
191 int BleGattcSearchServices(int clientId) in BleGattcSearchServices() argument
193 return MockBluetooth::GetMocker()->BleGattcSearchServices(clientId); in BleGattcSearchServices()
196 bool BleGattcGetService(int clientId, BtUuid serviceUuid) in BleGattcGetService() argument
198 return MockBluetooth::GetMocker()->BleGattcGetService(clientId, serviceUuid); in BleGattcGetService()
201 int BleGattcRegisterNotification(int clientId, BtGattCharacteristic characteristic, bool enable) in BleGattcRegisterNotification() argument
203 … return MockBluetooth::GetMocker()->BleGattcRegisterNotification(clientId, characteristic, enable); in BleGattcRegisterNotification()
206 int BleGattcConfigureMtuSize(int clientId, int mtuSize) in BleGattcConfigureMtuSize() argument
208 return MockBluetooth::GetMocker()->BleGattcConfigureMtuSize(clientId, mtuSize); in BleGattcConfigureMtuSize()
212 …int clientId, BtGattCharacteristic characteristic, BtGattWriteType writeType, int len, const char … in BleGattcWriteCharacteristic() argument
214 …return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType… in BleGattcWriteCharacteristic()
217 int BleGattcUnRegister(int clientId) in BleGattcUnRegister() argument
219 return MockBluetooth::GetMocker()->BleGattcUnRegister(clientId); in BleGattcUnRegister()
222 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) in BleGattcSetFastestConn() argument
224 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
227 int BleGattcSetPriority(int clientId, const BdAddr *bdAddr, BtGattPriority priority) in BleGattcSetPriority() argument
229 return MockBluetooth::GetMocker()->BleGattcSetPriority(clientId, bdAddr, priority); in BleGattcSetPriority()