Home
last modified time | relevance | path

Searched refs:bpoiec (Results 1 – 1 of 1) sorted by relevance

/drivers/uwb/
Dbeacon.c544 struct uwb_rc_evt_bpoie_change *bpoiec; in uwbd_evt_handle_rc_bpoie_change() local
550 if (evt->notif.size < sizeof(*bpoiec)) { in uwbd_evt_handle_rc_bpoie_change()
553 evt->notif.size, sizeof(*bpoiec)); in uwbd_evt_handle_rc_bpoie_change()
556 bpoiec = container_of(evt->notif.rceb, struct uwb_rc_evt_bpoie_change, rceb); in uwbd_evt_handle_rc_bpoie_change()
557 iesize = le16_to_cpu(bpoiec->wBPOIELength); in uwbd_evt_handle_rc_bpoie_change()