Lines Matching refs:next_id
5844 unsigned long next_id = strtoul(next, NULL, 10); in ccc_set() local
5846 if (next_id >= CONFIG_BT_ID_MAX) { in ccc_set()
5847 LOG_ERR("Invalid local identity %lu", next_id); in ccc_set()
5851 load.addr_with_id.id = (uint8_t)next_id; in ccc_set()
6206 unsigned long next_id = strtoul(next, NULL, 10); in sc_set() local
6208 if (next_id >= CONFIG_BT_ID_MAX) { in sc_set()
6209 LOG_ERR("Invalid local identity %lu", next_id); in sc_set()
6213 id = (uint8_t)next_id; in sc_set()
6292 unsigned long next_id = strtoul(next, NULL, 10); in cf_set() local
6294 if (next_id >= CONFIG_BT_ID_MAX) { in cf_set()
6295 LOG_ERR("Invalid local identity %lu", next_id); in cf_set()
6299 id = (uint8_t)next_id; in cf_set()