Searched refs:allocate_command_ident (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.h30 uint8 allocate_command_ident(HciConnection* conn, void* pointer);
H A DBTCoreData.cpp138 allocate_command_ident,
H A DConnectionInterface.cpp225 allocate_command_ident(HciConnection* conn, void* pointer) function
/haiku/headers/private/bluetooth/
H A DbtCoreData.h90 uint8 (*allocate_command_ident)(struct HciConnection* conn, void* associated); member in struct:bluetooth_core_data_module_info
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp161 uint8 ident = btCoreData->allocate_command_ident(fConnection, this);
323 uint8 ident = btCoreData->allocate_command_ident(fConnection, this);
655 uint8 ident = btCoreData->allocate_command_ident(fConnection, this);

Completed in 86 milliseconds