Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c451 static bt_status_t _btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in _btc_storage_set_ble_dev_type()
472 bt_status_t btc_storage_set_ble_dev_type(bt_bdaddr_t *bd_addr, bool flush) in btc_storage_set_ble_dev_type()
513 static bt_status_t _btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in _btc_storage_remove_ble_dev_type()
546 bt_status_t btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in btc_storage_remove_ble_dev_type()
558 …us_t _btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool flush) in _btc_storage_set_ble_dev_auth_mode()
576 …tus_t btc_storage_set_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, uint8_t auth_mode, bool flush) in btc_storage_set_ble_dev_auth_mode()
606 static bt_status_t _btc_storage_remove_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, bool flush) in _btc_storage_remove_ble_dev_auth_mode()
632 bt_status_t btc_storage_remove_ble_dev_auth_mode(bt_bdaddr_t *remote_bd_addr, bool flush) in btc_storage_remove_ble_dev_auth_mode()
643 …tus_t _btc_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, uint8_t addr_type, bool flush) in _btc_storage_set_remote_addr_type()
661 …atus_t btc_storage_set_remote_addr_type(bt_bdaddr_t *remote_bd_addr, uint8_t addr_type, bool flush) in btc_storage_set_remote_addr_type()
[all …]
/hal_espressif-2.7.6/components/wear_levelling/private_include/
DFlash_Access.h36 virtual esp_err_t flush() in flush() function
/hal_espressif-2.7.6/components/mdns/
Dmdns.c350 …nt8_t _mdns_append_type(uint8_t * packet, uint16_t * index, uint8_t type, bool flush, uint32_t ttl) in _mdns_append_type()
486 …6_t * index, const char * instance, const char * service, const char * proto, bool flush, bool bye) in _mdns_append_ptr_record()
533 …nd_sdptr_record(uint8_t * packet, uint16_t * index, mdns_service_t * service, bool flush, bool bye) in _mdns_append_sdptr_record()
583 …pend_txt_record(uint8_t * packet, uint16_t * index, mdns_service_t * service, bool flush, bool bye) in _mdns_append_txt_record()
655 …pend_srv_record(uint8_t * packet, uint16_t * index, mdns_service_t * service, bool flush, bool bye) in _mdns_append_srv_record()
723 static uint16_t _mdns_append_a_record(uint8_t * packet, uint16_t * index, uint32_t ip, bool flush, … in _mdns_append_a_record()
774 … _mdns_append_aaaa_record(uint8_t * packet, uint16_t * index, uint8_t * ipv6, bool flush, bool bye) in _mdns_append_aaaa_record()
1205 …er(mdns_out_answer_t ** destination, uint16_t type, mdns_service_t * service, bool flush, bool bye) in _mdns_alloc_answer()
4972 bool flush = !!(mdns_class & 0x8000); in mdns_debug_packet() local
/hal_espressif-2.7.6/tools/ci/python_packages/tiny_test_fw/
DDUT.py147 def flush(self, index=0xFFFFFFFF): member in _DataCache
448 def write(self, data, eol='\r\n', flush=True): argument
/hal_espressif-2.7.6/components/wear_levelling/
DWL_Flash.cpp625 esp_err_t WL_Flash::flush() in flush() function in WL_Flash
/hal_espressif-2.7.6/components/mdns/private_include/
Dmdns_private.h237 uint8_t flush; member
308 uint8_t flush; member
/hal_espressif-2.7.6/tools/
Didf_monitor.py1306 def flush(self): member in ANSIColorConverter
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h201 BOOLEAN flush; member