Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_client.c163 bt_uuid_t uuid_mask; member
185 bt_uuid_t uuid_mask; member
1326 tBTA_DM_BLE_PF_COND_MASK uuid_mask; in btgattc_handle_event() local
1335 btif_to_bta_uuid_mask(&uuid_mask, &p_adv_filt_cb->uuid_mask); in btgattc_handle_event()
1336 cond.srvc_uuid.p_uuid_mask = &uuid_mask; in btgattc_handle_event()
1936 memcpy(&btif_filt_cb.uuid_mask, p_uuid_mask, sizeof(bt_uuid_t)); in btif_gattc_scan_filter_add_remove()
/system/bt/bta/include/
Dbta_api.h300 UINT32 uuid_mask[BTM_EIR_SERVICE_ARRAY_SIZE]; /* mask of UUID list in EIR */ member
/system/bt/bta/dm/
Dbta_dm_act.c4069 if( !BTM_HasEirService( p_bta_dm_eir_cfg->uuid_mask, uuid16 )) in bta_dm_eir_update_uuid()