Home
last modified time | relevance | path

Searched refs:BT_UUID_BAS_BATTERY_LEVEL_STATUS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas.c82 BT_GATT_CHARACTERISTIC(BT_UUID_BAS_BATTERY_LEVEL_STATUS,
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c108 .by_uuid.uuid = BT_UUID_BAS_BATTERY_LEVEL_STATUS,
535 memcpy(&uuid, BT_UUID_BAS_BATTERY_LEVEL_STATUS, sizeof(uuid)); in discover_func()
544 } else if (!bt_uuid_cmp(discover_params.uuid, BT_UUID_BAS_BATTERY_LEVEL_STATUS)) { in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h5054 #define BT_UUID_BAS_BATTERY_LEVEL_STATUS \ macro