Searched refs:filt_index (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 530 p_adv_track_info->scan_rsp_len, jb_scan_rsp, p_adv_track_info->filt_index, in btgattc_track_adv_event_cb() 1200 filt_params.filt_index = env->CallIntMethod(params, methodId);; in gattClientScanFilterParamAddNative() 1237 jint client_if, jint filt_index) in gattClientScanFilterParamDeleteNative() argument 1245 filt_params.filt_index = filt_index; in gattClientScanFilterParamDeleteNative() 1261 jint client_if, jint action, jint filt_type, jint filt_index, jint company_id, in gattClientScanFilterAddRemoveNative() argument 1272 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index, 0, in gattClientScanFilterAddRemoveNative() 1283 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index, in gattClientScanFilterAddRemoveNative() 1297 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index, in gattClientScanFilterAddRemoveNative() 1300 sGattIf->client->scan_filter_add_remove(client_if, action, filt_type, filt_index, in gattClientScanFilterAddRemoveNative() 1311 filt_index, 0, 0, NULL, NULL, NULL, 0, strlen(c_name), in gattClientScanFilterAddRemoveNative() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | FilterParams.java | 34 public FilterParams(int client_if, int filt_index, in FilterParams() argument 41 mFiltIndex = filt_index; in FilterParams()
|
D | AdvtFilterOnFoundOnLostInfo.java | 44 int scan_rsp_len, byte[] scan_rsp, int filt_index, int adv_state, in AdvtFilterOnFoundOnLostInfo() argument 53 mFiltIndex = filt_index; in AdvtFilterOnFoundOnLostInfo()
|
D | ScanManager.java | 1123 int client_if, int filt_index); in gattClientScanFilterParamDeleteNative() argument
|
D | GattService.java | 1080 … byte[] adv_pkt, int scan_rsp_len, byte[] scan_rsp, int filt_index, int adv_state, in CreateonTrackAdvFoundLostObject() argument 1085 scan_rsp_len, scan_rsp, filt_index, adv_state, in CreateonTrackAdvFoundLostObject()
|