Searched refs:BLUETOOTH_PROTO_RFCOMM (Results 1 – 5 of 5) sorted by relevance
204 BLUETOOTH_PROTO_RFCOMM); in main()269 s = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM); in main()
202 .pr_protocol = BLUETOOTH_PROTO_RFCOMM,
402 if (proto != BLUETOOTH_PROTO_RFCOMM) in ng_btsocket_rfcomm_attach()
45 #define BLUETOOTH_PROTO_RFCOMM 136 /* RFCOMM protocol number */ macro
177 s = socket(PF_BLUETOOTH, SOCK_STREAM, BLUETOOTH_PROTO_RFCOMM); in main()