Symbol: hci_id
headers/os/bluetooth/HCI/btHCI_transport.h
101
status_t (*SendCommand)(hci_id hciId, void* command);
headers/os/bluetooth/HCI/btHCI_transport.h
102
status_t (*SendACL)(hci_id hciId, net_buffer* nbuf);
headers/os/bluetooth/HCI/btHCI_transport.h
103
status_t (*SendSCO)(hci_id hciId, net_buffer* nbuf);
headers/os/bluetooth/HCI/btHCI_transport.h
104
status_t (*SendESCO)(hci_id hciId, net_buffer* nbuf);
headers/os/bluetooth/HCI/btHCI_transport.h
106
status_t (*DeliverStatistics)(hci_id hciId, bt_hci_statistics* statistics);
headers/os/bluetooth/HCI/btHCI_transport.h
124
hci_id index;
headers/os/bluetooth/HCI/btHCI_transport.h
148
status_t (*UnregisterDriver)(hci_id id);
headers/os/bluetooth/HCI/btHCI_transport.h
149
bluetooth_device* (*FindDeviceByID)(hci_id id);
headers/os/bluetooth/HCI/btHCI_transport.h
152
status_t (*PostTransportPacket)(hci_id hid, bt_packet_t type,
headers/os/bluetooth/HCI/btHCI_transport.h
156
status_t (*PostACL)(hci_id hciId, net_buffer* buffer);
headers/os/bluetooth/HCI/btHCI_transport.h
157
status_t (*PostSCO)(hci_id hciId, net_buffer* buffer);
headers/os/bluetooth/HCI/btHCI_transport.h
158
status_t (*PostESCO)(hci_id hciId, net_buffer* buffer);
headers/os/bluetooth/LocalDevice.h
31
static LocalDevice* GetLocalDevice(const hci_id hid);
headers/os/bluetooth/LocalDevice.h
53
hci_id ID() const;
headers/os/bluetooth/LocalDevice.h
55
LocalDevice(hci_id hid);
headers/os/bluetooth/LocalDevice.h
68
hci_id fHid;
headers/private/bluetooth/CodeHandler.h
25
static hci_id Device(uint32 code)
headers/private/bluetooth/CodeHandler.h
31
static void SetDevice(uint32* code, hci_id device)
headers/private/bluetooth/CommandManager.h
69
NonParameterCommandRequest(uint8 ofg, uint8 ocf, int32* result, hci_id hId,
headers/private/bluetooth/CommandManager.h
75
int32* result, hci_id hId, BMessenger* messenger)
headers/private/bluetooth/PincodeWindow.h
33
PincodeWindow(bdaddr_t address, hci_id hid);
headers/private/bluetooth/PincodeWindow.h
42
hci_id fHid;
headers/private/bluetooth/btCoreData.h
38
HciConnection(hci_id hid);
headers/private/bluetooth/btCoreData.h
41
hci_id Hid;
headers/private/bluetooth/btCoreData.h
79
const bdaddr_t& dst, hci_id hid);
headers/private/bluetooth/btCoreData.h
82
status_t (*RemoveConnection)(uint16 handle, hci_id hid);
headers/private/bluetooth/btCoreData.h
84
hci_id (*RouteConnection)(const bdaddr_t& destination);
headers/private/bluetooth/btCoreData.h
86
struct HciConnection* (*ConnectionByHandle)(uint16 handle, hci_id hid);
headers/private/bluetooth/btCoreData.h
88
const bdaddr_t& destination, hci_id hid);
headers/private/bluetooth/btCoreData.h
97
hci_id hid);
headers/private/bluetooth/btCoreData.h
98
inline bool ExistConnectionByHandle(uint16 handle, hci_id hid);
src/add-ons/kernel/bluetooth/btCoreData/BTCoreData.cpp
25
ExistConnectionByDestination(const bdaddr_t& destination, hci_id hid = -1)
src/add-ons/kernel/bluetooth/btCoreData/BTCoreData.cpp
32
ExistConnectionByHandle(uint16 handle, hci_id hid)
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
105
RemoveConnection(const bdaddr_t& destination, hci_id hid)
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
136
RemoveConnection(uint16 handle, hci_id hid)
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
164
hci_id
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
185
ConnectionByHandle(uint16 handle, hci_id hid)
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
205
ConnectionByDestination(const bdaddr_t& destination, hci_id hid)
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
26
HciConnection::HciConnection(hci_id hid)
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.cpp
64
AddConnection(uint16 handle, int type, const bdaddr_t& dst, hci_id hid)
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.h
18
HciConnection* ConnectionByHandle(uint16 handle, hci_id hid);
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.h
20
hci_id hid);
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.h
24
hci_id hid);
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.h
25
status_t RemoveConnection(const bdaddr_t& destination, hci_id hid);
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.h
26
status_t RemoveConnection(uint16 handle, hci_id hid);
src/add-ons/kernel/bluetooth/btCoreData/ConnectionInterface.h
28
hci_id RouteConnection(const bdaddr_t& destination);
src/add-ons/kernel/bluetooth/hci/acl.cpp
28
extern void RegisterConnection(hci_id hid, uint16 handle);
src/add-ons/kernel/bluetooth/hci/acl.cpp
29
extern void unRegisterConnection(hci_id hid, uint16 handle);
src/add-ons/kernel/bluetooth/hci/acl.cpp
34
AclAssembly(net_buffer* nbuf, hci_id hid)
src/add-ons/kernel/bluetooth/hci/acl.h
12
status_t AclAssembly(net_buffer* buffer, hci_id hid);
src/add-ons/kernel/bluetooth/hci/bluetooth.cpp
219
hci_id deviceId = Bluetooth::CodeHandler::Device(code);
src/add-ons/kernel/bluetooth/hci/bluetooth.cpp
280
UnregisterDriver(hci_id id)
src/add-ons/kernel/bluetooth/hci/bluetooth.cpp
300
PostACL(hci_id hciId, net_buffer* buffer)
src/add-ons/kernel/bluetooth/hci/bluetooth.cpp
361
PostSCO(hci_id hciId, net_buffer* buffer)
src/add-ons/kernel/bluetooth/hci/bluetooth.cpp
368
PostESCO(hci_id hciId, net_buffer* buffer)
src/add-ons/kernel/bluetooth/hci/bluetooth.cpp
68
FindDeviceByID(hci_id hid)
src/add-ons/kernel/bluetooth/hci/bluetooth.cpp
86
PostTransportPacket(hci_id hid, bt_packet_t type, void* data, size_t count)
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2generic.cpp
200
fetch_device(bt_usb_dev* dev, hci_id hid)
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2generic.cpp
431
submit_nbuffer(hci_id hid, net_buffer* nbuf)
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2generic.cpp
470
hci_id hdev;
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2generic.cpp
49
status_t submit_nbuffer(hci_id hid, net_buffer* nbuf);
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2generic.cpp
705
err = user_memcpy(params, &bdev->hdev, sizeof(hci_id));
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2generic.h
112
bt_usb_dev* fetch_device(bt_usb_dev* dev, hci_id hid);
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2generic.h
60
hci_id hdev; /* HCI device id*/
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.cpp
118
send_packet(hci_id hid, bt_packet_t type, net_buffer* nbuf)
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.cpp
163
send_command(hci_id hid, snet_buffer* snbuf)
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.h
15
status_t send_packet(hci_id hid, bt_packet_t type, net_buffer* nbuf);
src/add-ons/kernel/drivers/bluetooth/h2/h2generic/h2upper.h
16
status_t send_command(hci_id hid, snet_buffer* snbuf);
src/add-ons/kernel/network/protocols/l2cap/L2capEndpoint.cpp
304
hci_id hid = btCoreData->RouteConnection(address->l2cap_bdaddr);
src/kits/bluetooth/CommandManager.cpp
48
NonParameterCommandRequest(uint8 ofg, uint8 ocf, int32* result, hci_id hId,
src/kits/bluetooth/LocalDevice.cpp
261
hci_id
src/kits/bluetooth/LocalDevice.cpp
35
hci_id hid;
src/kits/bluetooth/LocalDevice.cpp
565
LocalDevice::LocalDevice(hci_id hid)
src/kits/bluetooth/LocalDevice.cpp
70
LocalDevice::GetLocalDevice(const hci_id hid)
src/kits/bluetooth/UI/PincodeWindow.cpp
51
PincodeWindow::PincodeWindow(bdaddr_t address, hci_id hid)
src/servers/bluetooth/BluetoothServer.cpp
224
hci_id hid;
src/servers/bluetooth/BluetoothServer.cpp
234
BluetoothServer::LocateLocalDeviceImpl(hci_id hid)
src/servers/bluetooth/BluetoothServer.cpp
265
hci_id hid;
src/servers/bluetooth/BluetoothServer.h
69
LocalDeviceImpl* LocateLocalDeviceImpl(hci_id hid);
src/servers/bluetooth/HCIDelegate.h
29
hci_id Id(void) const
src/servers/bluetooth/HCIDelegate.h
60
hci_id fIdentifier;
src/servers/bluetooth/LocalDeviceHandler.cpp
24
hci_id
src/servers/bluetooth/LocalDeviceHandler.h
23
hci_id GetID();