Lines Matching refs:srvcHandle
78 int32_t serverId, int32_t srvcHandle, BtUuid characUuid, int32_t properties, int32_t permissions) = 0;
80 int32_t srvcHandle, BtUuid descUuid, int32_t permissions) = 0;
81 virtual int32_t BleGattsStartService(int32_t serverId, int32_t srvcHandle) = 0;
82 virtual int32_t BleGattsStopService(int32_t serverId, int32_t srvcHandle) = 0;
83 virtual int32_t BleGattsDeleteService(int32_t serverId, int32_t srvcHandle) = 0;
148 (int32_t serverId, int32_t srvcHandle, BtUuid characUuid,
151 (int32_t serverId, int32_t srvcHandle, BtUuid descUuid, int32_t permissions), (override));
152 MOCK_METHOD(int32_t, BleGattsStartService, (int32_t serverId, int32_t srvcHandle), (override));
153 MOCK_METHOD(int32_t, BleGattsStopService, (int32_t serverId, int32_t srvcHandle), (override));
154 MOCK_METHOD(int32_t, BleGattsDeleteService, (int32_t serverId, int32_t srvcHandle), (override));