Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_iot_config.cc41 #define COD_UNCLASSIFIED ((0x1F) << 8) macro
113 cod = COD_UNCLASSIFIED; in btif_iot_update_remote_info()
Dbtif_dm.cc670 if ((cod == 0 || cod == COD_UNCLASSIFIED) && old_cod != 0) { in btif_update_remote_properties()
677 cod = COD_UNCLASSIFIED; in btif_update_remote_properties()
946 cod = COD_UNCLASSIFIED; in btif_dm_pin_req_evt()
1410 if (cod == COD_UNCLASSIFIED && old_cod != 0) { in btif_dm_search_devices_evt()
3634 cod = COD_UNCLASSIFIED; in btif_dm_ble_passkey_req_evt()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_dm.h34 #define COD_UNCLASSIFIED ((0x1F) << 8) macro