Lines Matching refs:next_id
5820 unsigned long next_id = strtoul(next, NULL, 10); in ccc_set() local
5822 if (next_id >= CONFIG_BT_ID_MAX) { in ccc_set()
5823 LOG_ERR("Invalid local identity %lu", next_id); in ccc_set()
5827 load.addr_with_id.id = (uint8_t)next_id; in ccc_set()
6182 unsigned long next_id = strtoul(next, NULL, 10); in sc_set() local
6184 if (next_id >= CONFIG_BT_ID_MAX) { in sc_set()
6185 LOG_ERR("Invalid local identity %lu", next_id); in sc_set()
6189 id = (uint8_t)next_id; in sc_set()
6268 unsigned long next_id = strtoul(next, NULL, 10); in cf_set() local
6270 if (next_id >= CONFIG_BT_ID_MAX) { in cf_set()
6271 LOG_ERR("Invalid local identity %lu", next_id); in cf_set()
6275 id = (uint8_t)next_id; in cf_set()