Home
last modified time | relevance | path

Searched refs:PF_BLUETOOTH (Results 1 – 6 of 6) sorted by relevance

/system/bluetooth/tools/
Dsock_shutdown_bug_rfcomm.c37 fd = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM); in main()
50 fd = socket(PF_BLUETOOTH, SOCK_STREAM, BTPROTO_RFCOMM); in main()
Dsock_shutdown_bug_l2cap.c36 fd = socket(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_L2CAP); in main()
Dsock_shutdown_test.c80 family = PF_BLUETOOTH; in _socket()
85 family = PF_BLUETOOTH; in _socket()
90 family = PF_BLUETOOTH; in _socket()
Dasocket_test.c98 family = PF_BLUETOOTH; in _socket()
103 family = PF_BLUETOOTH; in _socket()
108 family = PF_BLUETOOTH; in _socket()
Dsocktest.c97 family = PF_BLUETOOTH; in _socket()
102 family = PF_BLUETOOTH; in _socket()
107 family = PF_BLUETOOTH; in _socket()
/system/bluetooth/bluez-clean-headers/bluetooth/
Dbluetooth.h32 #define PF_BLUETOOTH AF_BLUETOOTH macro