Searched refs:data_present (Results 1 – 6 of 6) sorted by relevance
154 LeOobDataFlag data_present = 1; field165 OobDataPresent data_present = 1; field
273 static_cast<OobDataFlag>(request->data_present())); in SetLeOobDataPresent()
154 int data_present; /* What type(s) of OOB Data present */ member1926 oob_cb.data_present = (int)BTM_OOB_NONE; in btif_dm_create_bond_out_of_band()1929 oob_cb.data_present = (int)BTM_OOB_PRESENT_192; in btif_dm_create_bond_out_of_band()1934 if (oob_cb.data_present == (int)BTM_OOB_PRESENT_192) { in btif_dm_create_bond_out_of_band()1935 oob_cb.data_present = (int)BTM_OOB_PRESENT_192_AND_256; in btif_dm_create_bond_out_of_band()1937 oob_cb.data_present = (int)BTM_OOB_PRESENT_256; in btif_dm_create_bond_out_of_band()1948 switch (oob_cb.data_present) { in btif_dm_create_bond_out_of_band()1963 oob_cb.data_present); in btif_dm_create_bond_out_of_band()1975 switch (oob_cb.data_present) { in btif_dm_create_bond_out_of_band()2294 switch (oob_cb.data_present) { in btif_dm_set_oob_for_le_io_req()[all …]
195 void SetLeOobDataPresent(OobDataFlag data_present);
760 void SecurityManagerImpl::SetLeOobDataPresent(OobDataFlag data_present) { in SetLeOobDataPresent() argument761 this->local_le_oob_data_present_ = data_present; in SetLeOobDataPresent()
61 OOB_NOT_PRESENT = LeOobDataPresentMessage(data_present=LeOobDataFlag.NOT_PRESENT)62 OOB_PRESENT = LeOobDataPresentMessage(data_present=LeOobDataFlag.PRESENT)