Lines Matching refs:sync
57 static void sync_cb(struct bt_le_per_adv_sync *sync,
59 static void term_cb(struct bt_le_per_adv_sync *sync,
61 static void recv_cb(struct bt_le_per_adv_sync *sync,
67 static void cte_recv_cb(struct bt_le_per_adv_sync *sync,
158 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() argument
167 bt_le_per_adv_sync_get_index(sync), le_addr, in sync_cb()
173 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb() argument
181 bt_le_per_adv_sync_get_index(sync), le_addr); in term_cb()
191 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb() argument
203 bt_le_per_adv_sync_get_index(sync), le_addr, info->tx_power, in recv_cb()
207 static void cte_recv_cb(struct bt_le_per_adv_sync *sync, in cte_recv_cb() argument
212 bt_le_per_adv_sync_get_index(sync), sample_type2str(report->sample_type), in cte_recv_cb()