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 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/hci/include/
bt_vendor_lib.h
346
}
bt_vendor_interface_t
;
typedef in typeref:struct:__anon5776
354
* Vendor library needs to implement the body of
bt_vendor_interface_t
359
extern const
bt_vendor_interface_t
BLUETOOTH_VENDOR_LIB_INTERFACE;
/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
),
/external/bluetooth/bluedroid/hci/src/
vendor.c
39
static
bt_vendor_interface_t
*vendor_interface;
71
vendor_interface = (
bt_vendor_interface_t
*)dlsym(lib_handle, VENDOR_LIBRARY_SYMBOL_NAME);
/hardware/broadcom/libbt/src/
bt_vendor_brcm.c
244
const
bt_vendor_interface_t
BLUETOOTH_VENDOR_LIB_INTERFACE = {
245
sizeof(
bt_vendor_interface_t
),
Completed in 1039 milliseconds