Searched refs:hash_map_new (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/ |
D | btu_init.c | 162 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/ |
D | hash_map.h | 54 hash_map_t *hash_map_new(
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_timer.c | 48 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/ |
D | packet_fragmenter.c | 55 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()
|
/hal_espressif-latest/components/bt/common/osi/ |
D | hash_map.c | 78 hash_map_t *hash_map_new( in hash_map_new() function
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/ |
D | bta_sys_main.c | 175 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/ |
D | btm_ble_bgconn.c | 66 background_connections = hash_map_new(background_connection_buckets, in background_connections_lazy_init()
|