OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BluetoothHci
(Results
1 - 6
of
6
) sorted by null
/hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.h
35
class
BluetoothHci
: public IBluetoothHci {
37
BluetoothHci
();
bluetooth_hci.cc
53
BluetoothHci
::
BluetoothHci
()
56
Return<void>
BluetoothHci
::initialize(
58
ALOGI("
BluetoothHci
::initialize()");
110
Return<void>
BluetoothHci
::close() {
111
ALOGI("
BluetoothHci
::close()");
117
Return<void>
BluetoothHci
::sendHciCommand(const hidl_vec<uint8_t>& command) {
122
Return<void>
BluetoothHci
::sendAclData(const hidl_vec<uint8_t>& data) {
127
Return<void>
BluetoothHci
::sendScoData(const hidl_vec<uint8_t>& data) {
132
void
BluetoothHci
::sendDataToController(const uint8_t type
[
all
...]
/device/linaro/hikey/bluetooth/
bluetooth_hci.cc
35
BluetoothHci
::
BluetoothHci
()
38
Return<void>
BluetoothHci
::initialize(
40
ALOGI("
BluetoothHci
::initialize()");
86
Return<void>
BluetoothHci
::close() {
87
ALOGI("
BluetoothHci
::close()");
105
Return<void>
BluetoothHci
::sendHciCommand(const hidl_vec<uint8_t>& packet) {
110
Return<void>
BluetoothHci
::sendAclData(const hidl_vec<uint8_t>& packet) {
115
Return<void>
BluetoothHci
::sendScoData(const hidl_vec<uint8_t>& packet) {
bluetooth_hci.h
46
class
BluetoothHci
: public IBluetoothHci {
48
BluetoothHci
();
/system/bt/test/rootcanal/
bluetooth_hci.h
37
class
BluetoothHci
: public IBluetoothHci {
39
BluetoothHci
();
57
static
BluetoothHci
* get();
bluetooth_hci.cc
61
BluetoothHci
::
BluetoothHci
()
64
Return<void>
BluetoothHci
::initialize(const sp<IBluetoothHciCallbacks>& cb) {
127
Return<void>
BluetoothHci
::close() {
132
Return<void>
BluetoothHci
::sendHciCommand(const hidl_vec<uint8_t>& packet) {
145
Return<void>
BluetoothHci
::sendAclData(const hidl_vec<uint8_t>& /* packet */) {
150
Return<void>
BluetoothHci
::sendScoData(const hidl_vec<uint8_t>& /* packet */) {
155
void
BluetoothHci
::SetUpTestChannel(int port) {
Completed in 203 milliseconds