OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_bt_version
(Results
1 - 4
of
4
) sorted by null
/system/bt/device/include/
controller.h
36
const bt_version_t *(*
get_bt_version
)(void);
member in struct:controller_t
/system/bt/device/src/
controller.c
287
static const bt_version_t *
get_bt_version
(void) {
function
452
get_bt_version
,
/system/bt/stack/btm/
btm_int.h
76
#define BTM_IS_BRCM_CONTROLLER() (controller_get_interface()->
get_bt_version
()->manufacturer == LMP_COMPID_BROADCOM)
[
all
...]
btm_sco.c
673
if (controller_get_interface()->
get_bt_version
()->hci_version >= HCI_PROTO_VERSION_2_0)
[
all
...]
Completed in 525 milliseconds