Searched defs:time_stamp (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvtFilterOnFoundOnLostInfo.java46 int rssi_value, int time_stamp){
60 mTimeStamp = time_stamp;
43 AdvtFilterOnFoundOnLostInfo(int client_if, int adv_pkt_len, byte[] adv_pkt, int scan_rsp_len, byte[] scan_rsp, int filt_index, int adv_state, int adv_info_present, String address, int addr_type, int tx_power, int rssi_value, int time_stamp) argument
H A DGattService.java1091 int time_stamp) {
1096 rssi_value, time_stamp);
1088 CreateonTrackAdvFoundLostObject(int client_if, int adv_pkt_len, byte[] adv_pkt, int scan_rsp_len, byte[] scan_rsp, int filt_index, int adv_state, int adv_info_present, String address, int addr_type, int tx_power, int rssi_value, int time_stamp) argument

Completed in 82 milliseconds