Home
last modified time | relevance | path

Searched refs:AF_BLUETOOTH (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h35 #ifndef AF_BLUETOOTH
36 #define AF_BLUETOOTH 31 macro
37 #define PF_BLUETOOTH AF_BLUETOOTH
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h209 #define AF_BLUETOOTH 31 /* Bluetooth sockets */ macro
263 #define PF_BLUETOOTH AF_BLUETOOTH
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h209 #define AF_BLUETOOTH 31 /* Bluetooth sockets */ macro
263 #define PF_BLUETOOTH AF_BLUETOOTH
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dsock.c341 addr->sa_family != AF_BLUETOOTH) in rfcomm_sock_bind()
391 addr->sa_family != AF_BLUETOOTH) in rfcomm_sock_connect()
546 sa->rc_family = AF_BLUETOOTH; in rfcomm_sock_getname()
H A Dcore.c776 addr.l2_family = AF_BLUETOOTH; in rfcomm_session_create()
803 addr.l2_family = AF_BLUETOOTH; in rfcomm_session_create()
2062 addr.l2_family = AF_BLUETOOTH; in rfcomm_add_listener()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h126 #define AF_BLUETOOTH PF_BLUETOOTH macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h126 #define AF_BLUETOOTH PF_BLUETOOTH macro
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dsco.c532 addr->sa_family != AF_BLUETOOTH) in sco_sock_bind()
568 addr->sa_family != AF_BLUETOOTH) in sco_sock_connect()
709 addr->sa_family = AF_BLUETOOTH; in sco_sock_getname()
H A Dl2cap_sock.c91 addr->sa_family != AF_BLUETOOTH) in l2cap_sock_bind()
213 addr->sa_family != AF_BLUETOOTH) in l2cap_sock_connect()
416 addr->sa_family = AF_BLUETOOTH; in l2cap_sock_getname()
1765 la->l2_family = AF_BLUETOOTH; in l2cap_skb_msg_name()
H A Dhci_sock.c1106 if (haddr.hci_family != AF_BLUETOOTH) in hci_sock_bind()
1405 haddr->hci_family = AF_BLUETOOTH; in hci_sock_getname()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dbt_test.c264 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
/OK3568_Linux_fs/buildroot/
H A DCHANGES3969 #11156: In python3 module 'socket' has no attribute 'AF_BLUETOOTH'