Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_gatt_client.c169 bt_uuid_t uuid_mask; member
190 bt_uuid_t uuid_mask; member
1405 tBTA_DM_BLE_PF_COND_MASK uuid_mask; in btgattc_handle_event() local
1414 btif_to_bta_uuid_mask(&uuid_mask, &p_adv_filt_cb->uuid_mask); in btgattc_handle_event()
1415 cond.srvc_uuid.p_uuid_mask = &uuid_mask; in btgattc_handle_event()
2037 memcpy(&btif_filt_cb.uuid_mask, p_uuid_mask, sizeof(bt_uuid_t)); in btif_gattc_scan_filter_add_remove()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h302 UINT32 uuid_mask[BTM_EIR_SERVICE_ARRAY_SIZE]; /* mask of UUID list in EIR */ member
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c4530 if( !BTM_HasEirService( p_bta_dm_eir_cfg->uuid_mask, uuid16 )) in bta_dm_eir_update_uuid()