Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c775 tBTM_BLE_PF_UUID_COND *p_uuid_cond; in btm_ble_update_uuid_filter() local
782 p_uuid_cond = p_cond ? &p_cond->srvc_uuid : NULL; in btm_ble_update_uuid_filter()
785 p_uuid_cond = p_cond ? &p_cond->solicitate_uuid : NULL; in btm_ble_update_uuid_filter()
788 if (NULL == p_uuid_cond && action != BTM_BLE_SCAN_COND_CLEAR) { in btm_ble_update_uuid_filter()
794 if (BTM_BLE_SCAN_COND_ADD == action && NULL != p_uuid_cond && in btm_ble_update_uuid_filter()
795 p_uuid_cond->p_target_addr && in btm_ble_update_uuid_filter()
796 btm_ble_find_addr_filter_counter(p_uuid_cond->p_target_addr) == NULL) { in btm_ble_update_uuid_filter()
803 BDADDR_TO_STREAM(p, p_uuid_cond->p_target_addr->bda); in btm_ble_update_uuid_filter()
804 UINT8_TO_STREAM(p, p_uuid_cond->p_target_addr->type); in btm_ble_update_uuid_filter()
828 NULL != p_uuid_cond) { in btm_ble_update_uuid_filter()
[all …]