Searched refs:bas_level (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/ |
D | utils.c | 163 static uint8_t bas_level = 50; variable 186 uint8_t lvl8 = bas_level; in bas_read() 196 BT_GATT_PERM_READ, bas_read, NULL, &bas_level), 205 err = bt_gatt_notify(conn, &bas.attrs[2], &bas_level, sizeof(bas_level)); in bas_notify()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/ |
D | utils.c | 180 static uint8_t bas_level = 50; variable 188 if ((length == 1) && (*lvl8 == bas_level)) { in bas_notify_func() 207 BT_GATT_PERM_READ, NULL, NULL, &bas_level),
|