OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:controller_t
(Results
1 - 12
of
12
) sorted by null
/system/bt/device/include/
controller.h
32
typedef struct
controller_t
{
struct
79
}
controller_t
;
typedef in typeref:struct:controller_t
81
const
controller_t
*controller_get_interface();
83
const
controller_t
*controller_get_test_interface(
/system/bt/hci/include/
packet_fragmenter.h
59
const
controller_t
*controller_interface,
hci_layer.h
57
typedef struct
controller_t
controller_t
;
typedef in typeref:struct:controller_t
/system/bt/device/src/
controller.c
448
static const
controller_t
interface = {
491
const
controller_t
*controller_get_interface() {
504
const
controller_t
*controller_get_test_interface(
/system/bt/hci/src/
packet_fragmenter.c
51
static const
controller_t
*controller;
244
const
controller_t
*controller_interface,
/system/bt/hci/test/
packet_fragmenter_test.cpp
307
controller_t
controller;
hci_layer_test.cpp
599
controller_t
controller;
/system/bt/stack/btm/
btm_devctl.c
158
const
controller_t
*controller = controller_get_interface();
[
all
...]
btm_inq.c
379
const
controller_t
*controller = controller_get_interface();
[
all
...]
/system/bt/btif/src/
btif_core.c
469
const
controller_t
*controller = controller_get_interface();
[
all
...]
/system/bt/stack/bnep/
bnep_utils.c
469
const
controller_t
*controller = controller_get_interface();
[
all
...]
/system/bt/stack/l2cap/
l2c_link.c
[
all
...]
Completed in 600 milliseconds