Searched refs:bt_scan_mode_t (Results 1 – 12 of 12) sorted by relevance
51 bt_property_t* property_new_scan_mode(bt_scan_mode_t scan_mode);79 bt_scan_mode_t property_as_scan_mode(const bt_property_t* property);
110 bt_property_t* property_new_scan_mode(bt_scan_mode_t scan_mode) { in property_new_scan_mode()111 return property_new_((void*)&scan_mode, sizeof(bt_scan_mode_t), in property_new_scan_mode()206 bt_scan_mode_t property_as_scan_mode(const bt_property_t* property) { in property_as_scan_mode()208 return *(const bt_scan_mode_t*)property->val; in property_as_scan_mode()
36 const char* BtScanModeText(const bt_scan_mode_t mode);
75 const char* BtScanModeText(const bt_scan_mode_t mode) { in BtScanModeText()
322 auto bd_scanmode = static_cast<bt_scan_mode_t>(scan_mode); in SetScanMode()
122 bt_scan_mode_t mode0 = (bt_scan_mode_t)3; in TEST_F()129 bt_scan_mode_t mode1 = property_as_scan_mode(property); in TEST_F()
54 const char* dump_adapter_scan_mode(bt_scan_mode_t mode);
556 bt_scan_mode_t mode; in btif_in_get_adapter_properties()915 bt_scan_mode_t mode = *(bt_scan_mode_t*)property->val; in btif_set_adapter_property()
323 const char* dump_adapter_scan_mode(bt_scan_mode_t mode) { in dump_adapter_scan_mode()
2455 bt_scan_mode_t* mode = (bt_scan_mode_t*)prop->val; in btif_dm_get_adapter_property()2457 prop->len = sizeof(bt_scan_mode_t); in btif_dm_get_adapter_property()
929 bt_scan_mode_t mode; in btif_storage_load_bonded_devices()
60 } bt_scan_mode_t; typedef