Searched refs:GattServiceType (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_service_test.cpp | 58 GattServiceType serviceType_ = GattServiceType::PRIMARY; in HWTEST_F() 72 GattServiceType serviceType_ = GattServiceType::PRIMARY; in HWTEST_F() 88 GattServiceType serviceType_ = GattServiceType::PRIMARY; in HWTEST_F() 110 GattServiceType serviceType_ = GattServiceType::PRIMARY; in HWTEST_F() 136 GattServiceType serviceType_ = GattServiceType in HWTEST_F() [all...] |
H A D | gatt_server_test.cpp | 106 GattService serviceOne(uuidSerPer, GattServiceType::PRIMARY); in HWTEST_F() 141 GattService serviceOne(uuidSerPer, 1, 1, GattServiceType::PRIMARY); in HWTEST_F() 225 GattService serviceOne(uuidSerPer, GattServiceType::PRIMARY); in HWTEST_F() 250 GattService serviceOne(uuidSerPer, GattServiceType::SECONDARY); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_service.h | 46 enum class GattServiceType : int { class 74 GattService(const UUID &uuid, const GattServiceType type); 85 GattService(const UUID &uuid, uint16_t handle, uint16_t endHandle, const GattServiceType type); 180 GattServiceType serviceType_;
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_service.cpp | 31 GattService::GattService(const UUID &uuid, const GattServiceType type) in GattService() 35 GattService::GattService(const UUID &uuid, uint16_t handle, uint16_t endHandle, const GattServiceType type) in GattService() 99 return (serviceType_ == GattServiceType::PRIMARY); in IsPrimary()
|
H A D | bluetooth_gatt_client.cpp | 444 svc.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildServiceList()
|
H A D | bluetooth_gatt_server.cpp | 413 service.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildService()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_gatt_server.cpp | 148 GattServiceType type = napiGattService.isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY; in CheckGattsAddService()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 730 uuid, i, number, isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BleGattsAddService()
|
Completed in 10 milliseconds