Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Da2dp.c36 #define BT_IPC_LIB_NAME "libbthost_if.so" macro
693 hal_v2_enabled ? BTAUDIO_OFFLOAD_LIB_NAME : BT_IPC_LIB_NAME); in open_a2dp_output()
697 a2dp.bt_lib_handle = dlopen(BT_IPC_LIB_NAME, RTLD_NOW); in open_a2dp_output()
702 BT_IPC_LIB_NAME, errno, strerror(errno)); in open_a2dp_output()