OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_vendor_interface_t
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluedroid/hci/include/
bt_vendor_lib.h
324
}
bt_vendor_interface_t
;
typedef in typeref:struct:__anon3442
332
* Vendor library needs to implement the body of
bt_vendor_interface_t
337
extern const
bt_vendor_interface_t
BLUETOOTH_VENDOR_LIB_INTERFACE;
/external/bluetooth/bluedroid/hci/src/
bt_hw.c
49
bt_vendor_interface_t
*bt_vnd_if=NULL;
218
bt_vnd_if = (
bt_vendor_interface_t
*) dlsym(dlhandle, "BLUETOOTH_VENDOR_LIB_INTERFACE");
lpm.c
57
extern
bt_vendor_interface_t
*bt_vnd_if;
userial_mct.c
69
extern
bt_vendor_interface_t
*bt_vnd_if;
bt_hci_bdroid.c
59
extern
bt_vendor_interface_t
*bt_vnd_if;
userial.c
73
extern
bt_vendor_interface_t
*bt_vnd_if;
/hardware/qcom/bt/libbt-vendor/src/
bt_vendor_qcom.c
203
const
bt_vendor_interface_t
BLUETOOTH_VENDOR_LIB_INTERFACE = {
204
sizeof(
bt_vendor_interface_t
),
/hardware/broadcom/libbt/src/
bt_vendor_brcm.c
238
const
bt_vendor_interface_t
BLUETOOTH_VENDOR_LIB_INTERFACE = {
239
sizeof(
bt_vendor_interface_t
),
/hardware/ti/wpan/bluedroid_wilink/
libbt-vendor-ti.c
98
const
bt_vendor_interface_t
BLUETOOTH_VENDOR_LIB_INTERFACE = {
Completed in 201 milliseconds