Lines Matching defs:srvcHandle
201 int32_t BleGattsAddCharacteristic(int32_t serverId, int32_t srvcHandle,
205 serverId, srvcHandle, characUuid, properties, permissions);
208 int32_t BleGattsAddDescriptor(int32_t serverId, int32_t srvcHandle, BtUuid descUuid, int32_t permissions)
210 return MockBluetooth::GetMocker()->BleGattsAddDescriptor(serverId, srvcHandle, descUuid, permissions);
213 int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle)
215 return MockBluetooth::GetMocker()->BleGattsStartService(serverId, srvcHandle);
218 int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle)
220 return MockBluetooth::GetMocker()->BleGattsStopService(serverId, srvcHandle);
223 int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle)
225 return MockBluetooth::GetMocker()->BleGattsDeleteService(serverId, srvcHandle);