Searched refs:BLUETOOTH_PROTO_RFCOMM (Results 1 – 5 of 5) sorted by relevance
203 BLUETOOTH_PROTO_RFCOMM); in main()268 s = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM); in main()
130 .pr_protocol = BLUETOOTH_PROTO_RFCOMM,
389 if (proto != BLUETOOTH_PROTO_RFCOMM) in ng_btsocket_rfcomm_attach()
44 #define BLUETOOTH_PROTO_RFCOMM 136 /* RFCOMM protocol number */ macro
176 s = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM); in main()