Home
last modified time | relevance | path

Searched refs:GattServiceType (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_service_test.cpp58 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 Dgatt_server_test.cpp106 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 Dbluetooth_gatt_service.h46 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 Dbluetooth_gatt_service.cpp31 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 Dbluetooth_gatt_client.cpp444 svc.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildServiceList()
H A Dbluetooth_gatt_server.cpp413 service.isPrimary_ ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BuildService()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server.cpp148 GattServiceType type = napiGattService.isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY; in CheckGattsAddService()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp730 uuid, i, number, isPrimary ? GattServiceType::PRIMARY : GattServiceType::SECONDARY); in BleGattsAddService()

Completed in 10 milliseconds