Searched defs:filt_index (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvtFilterOnFoundOnLostInfo.java44 int scan_rsp_len, byte[] scan_rsp, int filt_index, int adv_state,
53 mFiltIndex = filt_index;
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 DFilterParams.java34 public FilterParams(int client_if, int filt_index, argument
41 mFiltIndex = filt_index;
H A DScanManager.java1146 int client_if, int filt_index);
1145 gattClientScanFilterParamDeleteNative( int client_if, int filt_index) argument
H A DGattService.java1387 byte[] adv_pkt, int scan_rsp_len, byte[] scan_rsp, int filt_index, int adv_state,
1392 scan_rsp_len, scan_rsp, filt_index, adv_state,
1386 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
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp441 p_adv_track_info->filt_index, p_adv_track_info->advertiser_state,
1229 uint8_t filt_index = env->CallIntMethod(params, methodId); local
1262 client_if, add_scan_filter_params_action, filt_index,
1268 jint filt_index) {
1272 client_if, delete_scan_filter_params_action, filt_index, nullptr,
1296 jint filt_index, jint company_id, jint company_id_mask, jlong uuid_lsb,
1305 action, filt_type, filt_index, 0, 0, NULL, NULL, &bda, addr_type, {},
1323 action, filt_type, filt_index, 0, 0, NULL, NULL, NULL, 0,
1337 action, filt_type, filt_index, 0, 0, &uuid, &uuid_mask, NULL, 0, {},
1341 action, filt_type, filt_index,
1266 gattClientScanFilterParamDeleteNative(JNIEnv* env, jobject object, jint client_if, jint filt_index) argument
1294 gattClientScanFilterAddRemoveNative( JNIEnv* env, jobject object, jint client_if, jint action, jint filt_type, jint filt_index, jint company_id, jint company_id_mask, jlong uuid_lsb, jlong uuid_msb, jlong uuid_mask_lsb, jlong uuid_mask_msb, jstring name, jstring address, jbyte addr_type, jbyteArray data, jbyteArray mask) argument
1385 gattClientScanFilterAddNative( JNIEnv* env, jobject object, jint client_if, jint filt_type, jint filt_index, jint company_id, jint company_id_mask, jlong uuid_lsb, jlong uuid_msb, jlong uuid_mask_lsb, jlong uuid_mask_msb, jstring name, jstring address, jbyte addr_type, jbyteArray data, jbyteArray mask) argument
1398 gattClientScanFilterDeleteNative( JNIEnv* env, jobject object, jint client_if, jint filt_type, jint filt_index, jint company_id, jint company_id_mask, jlong uuid_lsb, jlong uuid_msb, jlong uuid_mask_lsb, jlong uuid_mask_msb, jstring name, jstring address, jbyte addr_type, jbyteArray data, jbyteArray mask) argument
1411 gattClientScanFilterClearNative(JNIEnv* env, jobject object, jint client_if, jint filt_index) argument
[all...]

Completed in 151 milliseconds