Searched defs:base (Results 1 – 16 of 16) sorted by relevance
/subsys/bluetooth/audio/ |
A D | bap_base.c | 107 const struct bt_bap_base *base; in bt_bap_base_get_base_from_ad() local 223 int bt_bap_base_get_size(const struct bt_bap_base *base) in bt_bap_base_get_size() 275 int bt_bap_base_get_pres_delay(const struct bt_bap_base *base) in bt_bap_base_get_pres_delay() 292 int bt_bap_base_get_subgroup_count(const struct bt_bap_base *base) in bt_bap_base_get_subgroup_count() 310 int bt_bap_base_foreach_subgroup(const struct bt_bap_base *base, in bt_bap_base_foreach_subgroup() 632 int bt_bap_base_get_bis_indexes(const struct bt_bap_base *base, uint32_t *bis_indexes) in bt_bap_base_get_bis_indexes()
|
A D | bap_broadcast_sink.c | 526 static int update_recv_state_base_copy_meta(const struct bt_bap_base *base) in update_recv_state_base_copy_meta() 540 const struct bt_bap_base *base) in update_recv_state_base() 593 static int base_get_bis_count(const struct bt_bap_base *base) in base_get_bis_count() 670 const struct bt_bap_base *base = bt_bap_base_get_base_from_ad(data); in pa_decode_base() local
|
A D | bap_endpoint.h | 185 uint8_t base[BT_BASE_MAX_SIZE]; member
|
/subsys/shell/ |
A D | shell_utils.c | 623 long shell_strtol(const char *str, int base, int *err) in shell_strtol() 641 unsigned long shell_strtoul(const char *str, int base, int *err) in shell_strtoul() 664 unsigned long long shell_strtoull(const char *str, int base, int *err) in shell_strtoull() 687 bool shell_strtobool(const char *str, int base, int *err) in shell_strtobool()
|
/subsys/llext/ |
A D | llext_mem.c | 196 uintptr_t base = (uintptr_t)ext->mem[mem_idx]; in llext_copy_region() local
|
A D | llext_load.c | 703 const void *base; in llext_copy_symbols() local
|
A D | llext_link.c | 577 void *base = llext_peek(ldr, shdr->sh_offset); in llext_link() local
|
/subsys/net/lib/shell/ |
A D | ping.c | 204 int base; in parse_arg() local
|
/subsys/net/lib/lwm2m/ |
A D | lwm2m_util.c | 331 int64_t base = PRECISION64, sign = 1; in lwm2m_atof() local
|
/subsys/bluetooth/audio/shell/ |
A D | bap_broadcast_assistant.c | 59 const struct bt_bap_base *base = bt_bap_base_get_base_from_ad(data); in pa_decode_base() local
|
A D | audio.h | 916 static inline void print_base(const struct bt_bap_base *base) in print_base()
|
A D | bap.c | 2490 static void base_recv(struct bt_bap_broadcast_sink *sink, const struct bt_bap_base *base, in base_recv()
|
/subsys/mgmt/ec_host_cmd/backends/ |
A D | ec_host_cmd_backend_shi_npcx.c | 112 uintptr_t base; member
|
/subsys/net/ip/ |
A D | utils.c | 80 char *net_byte_to_hex(char *ptr, uint8_t byte, char base, bool pad) in net_byte_to_hex()
|
/subsys/bluetooth/mesh/ |
A D | access.c | 51 } base; member 1743 static int mod_rel_register(const struct bt_mesh_model *base, in mod_rel_register()
|
/subsys/mgmt/hawkbit/ |
A D | hawkbit.c | 143 struct hawkbit_ctl_res base; member
|
Completed in 53 milliseconds