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

  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 54 #define BT_SECURITY 4
55 struct bt_security { struct
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 63 #define BT_SECURITY 4
64 struct bt_security { struct
  /external/bluetooth/bluez/btio/
btio.c 401 struct bt_security sec;
414 if (setsockopt(sock, SOL_BLUETOOTH, BT_SECURITY, &sec,
419 ERROR_FAILED(err, "setsockopt(BT_SECURITY)", errno);
502 struct bt_security sec;
508 if (getsockopt(sock, SOL_BLUETOOTH, BT_SECURITY, &sec, &len) == 0) {
514 ERROR_FAILED(err, "getsockopt(BT_SECURITY)", errno);

Completed in 32 milliseconds