Home
last modified time | relevance | path

Searched refs:p_uuid_cond (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_adv_filter.c797 tBTM_BLE_PF_UUID_COND *p_uuid_cond; in btm_ble_update_uuid_filter() local
805 p_uuid_cond = p_cond ? &p_cond->srvc_uuid : NULL; in btm_ble_update_uuid_filter()
810 p_uuid_cond = p_cond ? &p_cond->solicitate_uuid : NULL; in btm_ble_update_uuid_filter()
813 if (NULL == p_uuid_cond && action != BTM_BLE_SCAN_COND_CLEAR) in btm_ble_update_uuid_filter()
820 if (BTM_BLE_SCAN_COND_ADD == action && NULL != p_uuid_cond && in btm_ble_update_uuid_filter()
821 p_uuid_cond->p_target_addr && in btm_ble_update_uuid_filter()
822 btm_ble_find_addr_filter_counter(p_uuid_cond->p_target_addr) == NULL) in btm_ble_update_uuid_filter()
830 BDADDR_TO_STREAM(p, p_uuid_cond->p_target_addr->bda); in btm_ble_update_uuid_filter()
831 UINT8_TO_STREAM(p, p_uuid_cond->p_target_addr->type); in btm_ble_update_uuid_filter()
856 NULL != p_uuid_cond) in btm_ble_update_uuid_filter()
[all …]