Searched refs:u8_to_dec (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | util.h | 12 FAKE(u8_to_dec) \ 14 DECLARE_FAKE_VALUE_FUNC(uint8_t, u8_to_dec, char *, uint8_t, uint8_t);
|
D | util.c | 10 DEFINE_FAKE_VALUE_FUNC(uint8_t, u8_to_dec, char *, uint8_t, uint8_t);
|
/Zephyr-latest/lib/utils/ |
D | dec.c | 9 uint8_t u8_to_dec(char *buf, uint8_t buflen, uint8_t value) in u8_to_dec() function
|
/Zephyr-latest/tests/unit/util/ |
D | main.c | 16 len = u8_to_dec(text, sizeof(text), 0); in ZTEST() 20 len = u8_to_dec(text, sizeof(text), 1); in ZTEST() 24 len = u8_to_dec(text, sizeof(text), 11); in ZTEST() 28 len = u8_to_dec(text, sizeof(text), 100); in ZTEST() 33 len = u8_to_dec(text, sizeof(text), 101); in ZTEST() 38 len = u8_to_dec(text, sizeof(text), 255); in ZTEST() 44 len = u8_to_dec(text, 2, 123); in ZTEST() 51 len = u8_to_dec(text, 1, 123); in ZTEST() 58 len = u8_to_dec(text, 0, 123); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | settings.c | 322 u8_to_dec(id_str, sizeof(id_str), id); in bt_settings_store() 348 u8_to_dec(id_str, sizeof(id_str), id); in bt_settings_delete()
|
D | gatt.c | 5916 u8_to_dec(id_str, sizeof(id_str), conn->id); in bt_gatt_connected()
|
/Zephyr-latest/include/zephyr/sys/ |
D | util.h | 615 uint8_t u8_to_dec(char *buf, uint8_t buflen, uint8_t value);
|