Lines Matching full:sid
79 static struct ll_sync_set *ull_sync_create(uint8_t sid, uint16_t timeout, uint16_t skip,
96 uint8_t sid);
115 uint8_t ll_sync_create(uint8_t options, uint8_t sid, uint8_t adv_addr_type, in ll_sync_create() argument
138 /* Do not sync twice to the same peer and same SID */ in ll_sync_create()
140 peer_sid_sync_exists(adv_addr_type, adv_addr, sid)) { in ll_sync_create()
148 sync = ull_sync_create(sid, sync_timeout, skip, sync_cte_type, rx_enable, nodups); in ll_sync_create()
892 * SID in Sync Info in ull_sync_setup_addr_check()
906 * SID in Sync Info in ull_sync_setup_addr_check()
938 bool ull_sync_setup_sid_match(struct ll_sync_set *sync, struct ll_scan_set *scan, uint8_t sid) in ull_sync_setup_sid_match() argument
944 sync->peer_id_addr, sid)) || in ull_sync_setup_sid_match()
946 (sid == sync->sid))); in ull_sync_setup_sid_match()
1575 static struct ll_sync_set *ull_sync_create(uint8_t sid, uint16_t timeout, uint16_t skip, argument
1647 /* Remember the SID */
1648 sync->sid = sid;
1867 uint8_t sid) argument
1877 (sync->sid == sid)) {
1920 uint16_t last_pa_event_counter, uint8_t sid, argument
1938 /* Do not sync twice to the same peer and same SID */
1939 if (peer_sid_sync_exists(addr_type, adv_addr, sid)) {
1947 sync = ull_sync_create(sid, conn->past.timeout, conn->past.skip, conn->past.cte_type,