Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp303 net_buffer* next_frame = buffer; in PostACL() local
325 curr_frame = next_frame; in PostACL()
328 next_frame = gBufferModule->split(curr_frame, device->mtu); in PostACL()
330 next_frame = NULL; in PostACL()
354 } while (next_frame != NULL); in PostACL()