Searched refs:profiles (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | index.rst | 6 Bluetooth Classic Host and profiles
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | tmap.rst | 5 Unlike most other low-layer profiles, TMAP is a profile that exists and has a service (TMAS) on all
|
D | gmap.rst | 5 Unlike most other low-layer profiles, GMAP is a profile that exists and has a service (GMAS) on all
|
/Zephyr-latest/drivers/display/ |
D | uc81xx.c | 88 const struct uc81xx_profile *profiles[UC81XX_NUM_PROFILES]; member 189 config->profiles[type]; in uc81xx_have_profile() 214 p = config->profiles[type]; in uc81xx_set_profile() 636 const struct uc81xx_profile *p = config->profiles[data->profile]; in uc8176_set_cdi() 685 const struct uc81xx_profile *p = config->profiles[data->profile]; in uc8179_set_cdi() 790 .profiles = { \
|
D | ssd16xx.c | 102 const struct ssd16xx_profile *profiles[SSD16XX_NUM_PROFILES]; member 261 const struct ssd16xx_profile *p = config->profiles[data->profile]; in ssd16xx_update_display() 422 config->profiles[SSD16XX_PROFILE_PARTIAL] != NULL; in ssd16xx_write() 741 p = config->profiles[type]; in ssd16xx_set_profile() 1068 .profiles = { \
|
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 38 LE Audio architecture. The GAF contains the profiles and services that allows 39 higher layer applications and profiles to set up streams, change volume, control 197 The top-level profiles TMAP and HAP are not part of the GAF, but rather provide 200 GAF and the top layer profiles gave been implemented in Zephyr with the following structure. 355 The LE Audio profiles depend on other profiles and services, as outlined in the following tables. 387 * As the table shows, the Broadcast Source role has no dependencies on other LE Audio profiles or s… 537 The dependencies of the higher level profiles (GMAP, HAP, PBP and TMAP) are listed in the following… 689 The following table shows the current status and support of the profiles in the 867 To use any of the profiles in the Bluetooth Audio Stack, including the top-level 868 profiles outside of GAF, :kconfig:option:`CONFIG_BT_AUDIO` shall be enabled. [all …]
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.ublox-sara-r4 | 70 string "list of profiles to search when autodetecting APN" 73 Set a comma separated list of profiles, each containing of:
|
D | ublox-sara-r4.c | 207 int find_apn(char *apn, int apnlen, const char *profiles, const char *imsi) in find_apn() argument 212 char *s = strstr(profiles, imsi); in find_apn() 218 while (s >= profiles && !strchr("=", *s)) { in find_apn() 222 while (s >= profiles && strchr(" =", *s)) { in find_apn() 230 while (s >= profiles && !strchr(" ,", *s)) { in find_apn() 236 if (s >= profiles) { in find_apn()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ptp.rst | 17 for Networked Measurement and Control Systems). It has multiple profiles,
|
/Zephyr-latest/doc/services/portability/posix/aep/ |
D | index.rst | 7 subprofiling options of `IEEE 1003.1-2017`_. The single-purpose realtime system profiles
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 7 profiles, and most importantly, provides a high-level API for 301 The LE audio is a set of profiles and services that utilizes GATT and
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | access.rst | 200 Composition Data Page 2 provides information for supported mesh profiles. Mesh profile 202 Bluetooth SIG defined profile. Currently supported profiles can be found in section
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 408 * Added support for long reads and writes for multiple profiles.
|
D | release-notes-2.3.rst | 1192 * :github:`23247` - Bluetooth LE: Add feature to allow profiles to change ADV data at RPA updates
|