Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/hci/include/
Dpacket_fragmenter.h34 } packet_fragmenter_callbacks_t; typedef
38 void (*init)(const packet_fragmenter_callbacks_t* result_callbacks);
/packages/modules/Bluetooth/system/hci/src/
Dpacket_fragmenter.cc82 static const packet_fragmenter_callbacks_t* callbacks;
86 static void init(const packet_fragmenter_callbacks_t* result_callbacks) { in init()
/packages/modules/Bluetooth/system/hci/test/
Dpacket_fragmenter_test.cc395 packet_fragmenter_callbacks_t callbacks;
/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc352 static const packet_fragmenter_callbacks_t packet_fragmenter_callbacks = {