Searched refs:p_target_addr (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/btm/ |
D | btm_ble_adv_filter.c | 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() 912 if (p_uuid_cond && p_uuid_cond->p_target_addr) in btm_ble_update_uuid_filter() 913 memcpy(&btm_ble_adv_filt_cb.cur_filter_target, p_uuid_cond->p_target_addr, in btm_ble_update_uuid_filter()
|
/system/bt/bta/dm/ |
D | bta_dm_api.c | 1594 if (p_cond->srvc_uuid.p_target_addr != NULL) { in BTA_DmBleCfgFilterCondition() 1595 p_msg->p_cond_param->srvc_uuid.p_target_addr = (tBLE_BD_ADDR *)(p); in BTA_DmBleCfgFilterCondition() 1596 p_msg->p_cond_param->srvc_uuid.p_target_addr->type = in BTA_DmBleCfgFilterCondition() 1597 p_cond->srvc_uuid.p_target_addr->type; in BTA_DmBleCfgFilterCondition() 1598 memcpy(p_msg->p_cond_param->srvc_uuid.p_target_addr->bda, in BTA_DmBleCfgFilterCondition() 1599 p_cond->srvc_uuid.p_target_addr->bda, BD_ADDR_LEN); in BTA_DmBleCfgFilterCondition() 1600 p = (UINT8 *)(p_msg->p_cond_param->srvc_uuid.p_target_addr + 1); in BTA_DmBleCfgFilterCondition()
|
/system/bt/stack/include/ |
D | btm_ble_api.h | 715 tBLE_BD_ADDR *p_target_addr; /* target address, if NULL, generic UUID filter */ member
|
/system/bt/bta/include/ |
D | bta_api.h | 515 … tBLE_BD_ADDR *p_target_addr; /* target address, if NULL, generic UUID filter */ member
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 1331 cond.srvc_uuid.p_target_addr = NULL; in btgattc_handle_event() 1350 cond.solicitate_uuid.p_target_addr = NULL; in btgattc_handle_event()
|