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

  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 69 #define BT_POWER 9
70 struct bt_power { struct
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 79 #define BT_POWER 9
80 struct bt_power { struct
  /external/bluetooth/bluez/btio/
btio.c 382 struct bt_power pwr;
384 memset(&pwr, 0, sizeof(struct bt_power));
387 if (setsockopt(sock, SOL_BLUETOOTH, BT_POWER, &pwr,
392 ERROR_FAILED(err, "setsockopt(BT_POWER)", errno);
481 struct bt_power pwr;
486 if (getsockopt(sock, SOL_BLUETOOTH, BT_POWER, &pwr, &len) == 0) {
492 ERROR_FAILED(err, "getsockopt(BT_POWER)", errno);

Completed in 95 milliseconds