Searched refs:filt_type (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp460 void btgattc_scan_filter_cfg_cb(int action, int client_if, int status, int filt_type, argument
465 action, status, client_if, filt_type, avbl_space);
1409 jint client_if, jint action, jint filt_type, jint filt_index, jint company_id,
1414 switch(filt_type)
1420 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index, 0,
1431 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index,
1445 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index,
1448 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index,
1458 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type,
1473 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_inde
1408 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
1486 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
1499 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
[all...]

Completed in 37 milliseconds