Lines Matching refs:clientId
130 …int clientId, BtGattClientCallbacks *func, const BdAddr *bdAddr, bool isAutoConnect, BtTransportTy… in BleGattcConnect() argument
132 …return MockBluetooth::GetMocker()->BleGattcConnect(clientId, func, bdAddr, isAutoConnect, transpor… in BleGattcConnect()
135 int BleGattcDisconnect(int clientId) in BleGattcDisconnect() argument
137 return MockBluetooth::GetMocker()->BleGattcDisconnect(clientId); in BleGattcDisconnect()
140 int BleGattcSearchServices(int clientId) in BleGattcSearchServices() argument
142 return MockBluetooth::GetMocker()->BleGattcSearchServices(clientId); in BleGattcSearchServices()
145 bool BleGattcGetService(int clientId, BtUuid serviceUuid) in BleGattcGetService() argument
147 return MockBluetooth::GetMocker()->BleGattcGetService(clientId, serviceUuid); in BleGattcGetService()
150 int BleGattcRegisterNotification(int clientId, BtGattCharacteristic characteristic, bool enable) in BleGattcRegisterNotification() argument
152 … return MockBluetooth::GetMocker()->BleGattcRegisterNotification(clientId, characteristic, enable); in BleGattcRegisterNotification()
155 int BleGattcConfigureMtuSize(int clientId, int mtuSize) in BleGattcConfigureMtuSize() argument
157 return MockBluetooth::GetMocker()->BleGattcConfigureMtuSize(clientId, mtuSize); in BleGattcConfigureMtuSize()
161 …int clientId, BtGattCharacteristic characteristic, BtGattWriteType writeType, int len, const char … in BleGattcWriteCharacteristic() argument
163 …return MockBluetooth::GetMocker()->BleGattcWriteCharacteristic(clientId, characteristic, writeType… in BleGattcWriteCharacteristic()
166 int BleGattcUnRegister(int clientId) in BleGattcUnRegister() argument
168 return MockBluetooth::GetMocker()->BleGattcUnRegister(clientId); in BleGattcUnRegister()
171 int BleGattcSetFastestConn(int clientId, bool fastestConnFlag) in BleGattcSetFastestConn() argument
173 return MockBluetooth::GetMocker()->BleGattcSetFastestConn(clientId, fastestConnFlag); in BleGattcSetFastestConn()
176 int BleGattcSetPriority(int clientId, const BdAddr *bdAddr, BtGattPriority priority) in BleGattcSetPriority() argument
178 return MockBluetooth::GetMocker()->BleGattcSetPriority(clientId, bdAddr, priority); in BleGattcSetPriority()