Searched refs:L2cap (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dacl.cpp26 struct net_protocol_module_info* L2cap = NULL; variable in typeref:struct:net_protocol_module_info
146 TRACE("%s: L2cap packet ready %" B_PRIu32 " bytes\n", __func__,
168 if (L2cap == NULL)
170 if (get_module(NET_BLUETOOTH_L2CAP_NAME, (module_info**)&L2cap) != B_OK) {
176 return L2cap->receive_data(buf);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp22 struct net_protocol_module_info* L2cap = NULL; variable in typeref:struct:net_protocol_module_info
43 if (L2cap == NULL)
44 if (get_module(NET_BLUETOOTH_L2CAP_NAME, (module_info**)&L2cap) != B_OK) {
50 if (L2cap != NULL) {
53 if (L2cap->error_received(B_NET_ERROR_UNREACH_HOST, error) != B_OK) {

Completed in 39 milliseconds