Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dpdu.h933 struct profile { struct
934 uint8_t lcur;
935 uint8_t lmin;
936 uint8_t lmax;
937 uint8_t cur;
938 uint8_t min;
939 uint8_t max;
940 uint8_t radio;
941 uint8_t lll;
942 uint8_t ull_high;
[all …]
/Zephyr-Core-3.6.0/drivers/display/
Duc81xx.c93 enum uc81xx_profile_type profile; member
Dssd16xx.c68 enum ssd16xx_profile_type profile; member
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dsdp.c2544 int bt_sdp_get_profile_version(const struct net_buf *buf, uint16_t profile, in bt_sdp_get_profile_version()