Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_adv_filter.c795 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()
867 if (p_uuid_cond && p_uuid_cond->p_target_addr) { in btm_ble_update_uuid_filter()
868 memcpy(&btm_ble_adv_filt_cb.cur_filter_target, p_uuid_cond->p_target_addr, in btm_ble_update_uuid_filter()
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2250 if (p_cond->srvc_uuid.p_target_addr != NULL) { in BTA_DmBleCfgFilterCondition()
2251 p_msg->p_cond_param->srvc_uuid.p_target_addr = (tBLE_BD_ADDR *)(p); in BTA_DmBleCfgFilterCondition()
2252 p_msg->p_cond_param->srvc_uuid.p_target_addr->type = in BTA_DmBleCfgFilterCondition()
2253 p_cond->srvc_uuid.p_target_addr->type; in BTA_DmBleCfgFilterCondition()
2254 memcpy(p_msg->p_cond_param->srvc_uuid.p_target_addr->bda, in BTA_DmBleCfgFilterCondition()
2255 p_cond->srvc_uuid.p_target_addr->bda, BD_ADDR_LEN); in BTA_DmBleCfgFilterCondition()
2256 p = (UINT8 *)( p_msg->p_cond_param->srvc_uuid.p_target_addr + 1); in BTA_DmBleCfgFilterCondition()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h829 tBLE_BD_ADDR *p_target_addr; /* target address, if NULL, generic UUID filter */ member
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h579 … tBLE_BD_ADDR *p_target_addr; /* target address, if NULL, generic UUID filter */ member