Lines Matching defs:srvcHandle
252 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle,
256 serverId, srvcHandle, characUuid, properties, permissions);
259 int32_t BleGattsAddDescriptor(int32_t serverId, int32_t srvcHandle, BtUuid descUuid, int32_t permissions)
261 return MockBluetooth::GetMocker()->BleGattsAddDescriptor(serverId, srvcHandle, descUuid, permissions);
264 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle)
266 return MockBluetooth::GetMocker()->BleGattsStartService(serverId, srvcHandle);
269 int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle)
271 return MockBluetooth::GetMocker()->BleGattsStopService(serverId, srvcHandle);
274 int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle)
276 return MockBluetooth::GetMocker()->BleGattsDeleteService(serverId, srvcHandle);