Searched refs:key_idx_unpack_pair (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | brg_cfg_srv.c | 84 key_idx_unpack_pair(buf, &entry.net_idx1, &entry.net_idx2); in bridging_table_add() 107 key_idx_unpack_pair(buf, &entry.net_idx1, &entry.net_idx2); in bridging_table_remove() 222 key_idx_unpack_pair(buf, &net_idx1, &net_idx2); in bridging_table_get()
|
D | foundation.h | 176 static inline void key_idx_unpack_pair(struct net_buf_simple *buf, uint16_t *idx1, uint16_t *idx2) in key_idx_unpack_pair() function
|
D | brg_cfg_cli.c | 46 key_idx_unpack_pair(buf, &table_status.entry.net_idx1, &table_status.entry.net_idx2); in table_status() 118 key_idx_unpack_pair(buf, &table_list.net_idx1, &table_list.net_idx2); in table_list()
|
D | cfg_srv.c | 311 key_idx_unpack_pair(buf, &key_net_idx, &key_app_idx); in app_key_add() 327 key_idx_unpack_pair(buf, &key_net_idx, &key_app_idx); in app_key_update() 363 key_idx_unpack_pair(buf, &key_net_idx, &key_app_idx); in app_key_del()
|
D | cfg_cli.c | 336 key_idx_unpack_pair(buf, &dst_arr[i], &dst_arr[i + 1]); in bt_mesh_key_idx_unpack_list() 428 key_idx_unpack_pair(buf, &net_idx, &app_idx); in app_key_status()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | brg_cfg.c | 171 key_idx_unpack_pair(rsp.list, &net_idx1, &net_idx2); in cmd_bridged_subnets_get()
|