Home
last modified time | relevance | path

Searched refs:hash_map_new (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_init.c162 btu_general_alarm_hash_map = hash_map_new(BTU_GENERAL_ALARM_HASH_MAP_SIZE, in BTU_StartUp()
170 btu_oneshot_alarm_hash_map = hash_map_new(BTU_ONESHOT_ALARM_HASH_MAP_SIZE, in BTU_StartUp()
178 btu_l2cap_alarm_hash_map = hash_map_new(BTU_L2CAP_ALARM_HASH_MAP_SIZE, in BTU_StartUp()
/hal_espressif-latest/components/bt/common/osi/include/osi/
Dhash_map.h54 hash_map_t *hash_map_new(
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c48 bm_alarm_hash_map = hash_map_new(BLE_MESH_GENERAL_ALARM_HASH_MAP_SIZE, in bt_mesh_timer_init()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dpacket_fragmenter.c55 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
/hal_espressif-latest/components/bt/common/osi/
Dhash_map.c78 hash_map_t *hash_map_new( in hash_map_new() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_main.c175 bta_alarm_hash_map = hash_map_new(BTA_ALARM_HASH_MAP_SIZE, in bta_sys_init()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c66 background_connections = hash_map_new(background_connection_buckets, in background_connections_lazy_init()