Searched defs:BTPROTO_HCI (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/site_tests/kernel_ProtocolCheck/
H A Dkernel_ProtocolCheck.py17 BTPROTO_HCI = 1 variable
29 Protocol('HCI', AF_BLUETOOTH, socket.SOCK_RAW, BTPROTO_HCI),
/external/autotest/client/profilers/powertop/src/
H A Dbluetooth.c42 #define BTPROTO_HCI 1 macro
111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);

Completed in 825 milliseconds