Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c843 if (NULL != p_uuid_cond->p_uuid_mask) { in btm_ble_update_uuid_filter()
845 UINT16_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid16_mask); in btm_ble_update_uuid_filter()
848 UINT32_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid32_mask); in btm_ble_update_uuid_filter()
851 ARRAY_TO_STREAM (p, p_uuid_cond->p_uuid_mask->uuid128_mask, LEN_UUID_128); in btm_ble_update_uuid_filter()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2367 if (p_cond->srvc_uuid.p_uuid_mask) { in BTA_DmBleCfgFilterCondition()
2368 p_msg->p_cond_param->srvc_uuid.p_uuid_mask = (tBTA_DM_BLE_PF_COND_MASK *)p; in BTA_DmBleCfgFilterCondition()
2369 memcpy(p_msg->p_cond_param->srvc_uuid.p_uuid_mask, in BTA_DmBleCfgFilterCondition()
2370 p_cond->srvc_uuid.p_uuid_mask, sizeof(tBTA_DM_BLE_PF_COND_MASK)); in BTA_DmBleCfgFilterCondition()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h841 tBTM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID mask */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h599 …tBTA_DM_BLE_PF_COND_MASK *p_uuid_mask; /* UUID condition mask, if NULL, match exact a… member