Searched defs:p_uuid_mask (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/test/
H A Dlow_energy_scanner_unittest.cc77 const bt_uuid_t* p_uuid_mask,
74 ScanFilterAddRemove(int action, int filt_type, int filt_index, int company_id, int company_id_mask, const bt_uuid_t* p_uuid, const bt_uuid_t* p_uuid_mask, const RawAddress* bd_addr, char addr_type, std::vector<uint8_t> data, std::vector<uint8_t> p_mask, FilterConfigCallback cb) argument
/system/bt/stack/btm/
H A Dbtm_ble_adv_filter.cc542 tBTM_BLE_PF_COND_MASK* p_uuid_mask,
578 if (p_uuid_mask) {
580 UINT16_TO_STREAM(p, p_uuid_mask->uuid16_mask);
583 UINT32_TO_STREAM(p, p_uuid_mask->uuid32_mask);
586 ARRAY_TO_STREAM(p, p_uuid_mask->uuid128_mask, LEN_UUID_128);
538 BTM_LE_PF_uuid_filter(tBTM_BLE_SCAN_COND_OP action, tBTM_BLE_PF_FILT_INDEX filt_index, tBTM_BLE_PF_COND_TYPE filter_type, tBT_UUID uuid, tBTM_BLE_PF_LOGIC_TYPE cond_logic, tBTM_BLE_PF_COND_MASK* p_uuid_mask, tBTM_BLE_PF_CFG_CBACK cb) argument

Completed in 83 milliseconds