HomeSort by relevance Sort by last modified time
    Searched refs:RFCOMM_CONNINFO (Results 1 - 4 of 4) sorted by null

  /system/bluetooth/bluez-clean-headers/bluetooth/
rfcomm.h 22 #define RFCOMM_CONNINFO 0x02
  /external/bluetooth/bluez/include/bluetooth/
rfcomm.h 47 #define RFCOMM_CONNINFO 0x02
48 struct rfcomm_conninfo { struct
  /external/bluetooth/bluez/test/
rctest.c 141 struct rfcomm_conninfo conn;
229 if (getsockopt(sk, SOL_RFCOMM, RFCOMM_CONNINFO, &conn, &optlen) < 0) {
249 struct rfcomm_conninfo conn;
344 if (getsockopt(nsk, SOL_RFCOMM, RFCOMM_CONNINFO, &conn, &optlen) < 0) {
  /external/bluetooth/bluez/common/
btio.c 818 struct rfcomm_conninfo info;
822 if (getsockopt(sock, SOL_RFCOMM, RFCOMM_CONNINFO, &info, &len) < 0)
893 ERROR_FAILED(err, "RFCOMM_CONNINFO", errno);
900 ERROR_FAILED(err, "RFCOMM_CONNINFO", errno);
976 ERROR_FAILED(err, "RFCOMM_CONNINFO", errno);
983 ERROR_FAILED(err, "RFCOMM_CONNINFO", errno);

Completed in 3997 milliseconds