Searched refs:BLUETOOTH_PROTO_RFCOMM (Results 1 – 5 of 5) sorted by relevance
202 BLUETOOTH_PROTO_RFCOMM); in main()267 s = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM); in main()
43 #define BLUETOOTH_PROTO_RFCOMM 136 /* RFCOMM protocol number */ macro
200 .pr_protocol = BLUETOOTH_PROTO_RFCOMM,
400 if (proto != BLUETOOTH_PROTO_RFCOMM) in ng_btsocket_rfcomm_attach()
175 s = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM); in main()