/external/bluetooth/bluez/tools/ |
hcitool.c | 1386 /* Read RSSI */ 1401 int8_t rssi; local 1448 if (hci_read_rssi(dd, htobs(cr->conn_info->handle), &rssi, 1000) < 0) { 1449 perror("Read RSSI failed"); 1453 printf("RSSI return value: %d\n", rssi); [all...] |
/hardware/ti/wlan/wl1271/Test/ |
roamingMgrDebug.c | 354 WLAN_OS_REPORT( ("channel: %d, beacon interval: %d, average RSSI: %d dBm\n", 355 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
|
/hardware/ti/wlan/wl1271/utils/ |
osDot11.h | 229 OS_802_11_RSSI Rssi; 250 OS_802_11_RSSI Rssi;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
osDot11.h | 243 OS_802_11_RSSI Rssi; 273 OS_802_11_RSSI Rssi;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/ |
ScanCncnApi.h | 110 INT8 rssi; /* RSSI level at which frame was received */ member in struct:__anon13413
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_descriptors.h | 371 int8 rssi; /* RSSI value in db */ member in struct:__anon13751
|
/system/wlan/ti/wilink_6_1/Test/ |
roamingMgrDebug.c | 354 WLAN_OS_REPORT( ("channel: %d, beacon interval: %d, average RSSI: %d dBm\n", 355 pBssEntry->channel, pBssEntry->beaconInterval, pBssEntry->RSSI));
|
/system/wlan/ti/wilink_6_1/utils/ |
osDot11.h | 227 OS_802_11_RSSI Rssi; 248 OS_802_11_RSSI Rssi;
|
/external/bluetooth/bluez/doc/ |
adapter-api.txt | 188 can be values for the RSSI and the TX power level.
|
/external/bluetooth/bluez/include/bluetooth/ |
hci.h | 1215 int8_t rssi; member in struct:__anon1024 1509 int8_t rssi; member in struct:__anon1060 1519 int8_t rssi; member in struct:__anon1061 1576 int8_t rssi; member in struct:__anon1066 [all...] |
hci_lib.h | 113 int hci_read_rssi(int dd, uint16_t handle, int8_t *rssi, int to);
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
cu_common.c | 239 *pdRssi = (S8)buffer.rssi;
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBldDb.h | 139 /* RSSI/SNR triggers */
|
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriverScan.h | 307 TI_INT8 iRssiThreshold; /**< RSSI threshold */
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
cu_common.c | 239 *pdRssi = (S8)buffer.rssi;
|
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
CmdBldDb.h | 138 /* RSSI/SNR triggers */
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_descriptors.h | 240 int8 rx_level; /* The computed RSSI value in db of current frame */
|
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
TWDriverScan.h | 308 TI_INT8 iRssiThreshold; /**< RSSI threshold */
|
/external/bluetooth/bluez/src/ |
dbus-hci.c | 502 int8_t rssi, uint8_t *data) 546 adapter_update_found_devices(adapter, peer, rssi, class, 587 adapter_update_found_devices(adapter, peer, rssi, class, name, alias,
|
security.c | 770 class, info->rssi, NULL); 784 class, info->rssi, NULL); 805 info->rssi, info->data);
|
/external/wpa_supplicant/ |
driver_test.c | 907 else if( os_strncasecmp(cmd, "rssi", 4) == 0 ) { 908 wpa_printf(MSG_DEBUG,"RSSI command"); 909 ret = os_snprintf(buf, buf_len, MACSTR " Rssi %d\n", MAC2STR(drv->bssid), -10);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 80 // TODO: Change API to not broadcast RSSI if not available (incoming connection) 184 * Contains the RSSI value of the remote device as reported by the 187 public static final String EXTRA_RSSI = "android.bluetooth.device.extra.RSSI";
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateTracker.java | 112 * An example is RSSI (signal strength). [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
ScanCncn.c | [all...] |
/external/bluetooth/hcidump/parser/ |
hci.c | 89 "Inquiry Result with RSSI", 320 "Read RSSI", [all...] |