Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h958 struct profile { struct
959 uint16_t lcur;
960 uint16_t lmin;
961 uint16_t lmax;
962 uint16_t cur;
963 uint16_t min;
964 uint16_t max;
965 uint16_t radio;
966 uint16_t lll;
967 uint16_t ull_high;
[all …]
/Zephyr-latest/drivers/display/
Duc81xx.c93 enum uc81xx_profile_type profile; member
Dssd16xx.c69 enum ssd16xx_profile_type profile; member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dsdp.c2846 int bt_sdp_get_profile_version(const struct net_buf *buf, uint16_t profile, in bt_sdp_get_profile_version()