| thread-service.h | 39 uint8_t partition_id[4]; // Partition id on which this prefix is claimed member in struct:thread_pref_id 89 #define thread_service_pref_id_create(rloc16, partition_id, prefix, service_id) \ 90 thread_service_pref_id_create_(rloc16, partition_id, prefix, service_id, __FILE__, __LINE__) 91 thread_service_t *NULLABLE thread_service_pref_id_create_(uint16_t rloc16, uint8_t *NONNULL partition_id,
|