Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HCI_ROLE_SLAVE
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
amp.c
110
u8 role = out ? HCI_ROLE_MASTER :
HCI_ROLE_SLAVE
;
in phylink_add()
H
A
D
hci_conn.c
506
if (conn->role ==
HCI_ROLE_SLAVE
) {
in le_conn_timeout()
1076
if (conn->role ==
HCI_ROLE_SLAVE
) {
in hci_connect_le()
H
A
D
hci_event.c
2597
HCI_ROLE_SLAVE
);
in hci_conn_complete_evt()
2755
HCI_ROLE_SLAVE
);
in hci_conn_request_evt()
H
A
D
smp.c
1753
if (conn->hcon->role !=
HCI_ROLE_SLAVE
)
in smp_cmd_pairing_req()
H
A
D
l2cap_core.c
1725
if (hcon->role ==
HCI_ROLE_SLAVE
&&
in l2cap_le_conn_ready()
8043
HCI_ROLE_SLAVE
, NULL);
in l2cap_chan_connect()
H
A
D
hci_core.c
2473
return
HCI_ROLE_SLAVE
;
in ltk_role()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
2797
if (conn->type == LE_LINK && conn->role ==
HCI_ROLE_SLAVE
) {
in hci_cs_disconnect()
3167
&ev->bdaddr,
HCI_ROLE_SLAVE
);
in hci_conn_complete_evt()
3333
HCI_ROLE_SLAVE
);
in hci_conn_request_evt()
3472
if (conn->type == LE_LINK && conn->role ==
HCI_ROLE_SLAVE
) {
in hci_disconn_complete_evt()
6627
HCI_ROLE_SLAVE
);
in hci_le_pa_sync_estabilished_evt()
6932
case
HCI_ROLE_SLAVE
:
in hci_le_cis_estabilished_evt()
7027
cis = hci_conn_add(hdev, ISO_LINK, &acl->dst,
HCI_ROLE_SLAVE
,
in hci_le_cis_req_evt()
7147
HCI_ROLE_SLAVE
, handle);
in hci_le_big_sync_established_evt()
7216
HCI_ROLE_SLAVE
);
in hci_le_big_info_adv_report_evt()
H
A
D
hci_conn.c
708
if (conn->role ==
HCI_ROLE_SLAVE
) {
in le_conn_timeout()
2277
HCI_ROLE_SLAVE
);
in hci_connect_cis()
H
A
D
hci_sync.c
5285
if (conn->role ==
HCI_ROLE_SLAVE
||
in hci_le_connect_cancel_sync()
6275
if (conn->role ==
HCI_ROLE_SLAVE
) {
in hci_le_create_conn_sync()
H
A
D
smp.c
1759
if (conn->hcon->role !=
HCI_ROLE_SLAVE
)
in smp_cmd_pairing_req()
H
A
D
hci_core.c
1204
return
HCI_ROLE_SLAVE
;
in ltk_role()
H
A
D
l2cap_core.c
1565
if (hcon->role ==
HCI_ROLE_SLAVE
&&
in l2cap_le_conn_ready()
7023
HCI_ROLE_SLAVE
);
in l2cap_chan_connect()
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
872
if (c->role ==
HCI_ROLE_SLAVE
)
898
if (c->role ==
HCI_ROLE_SLAVE
)
H
A
D
hci.h
575
#define
HCI_ROLE_SLAVE
0x01
macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
1019
if (c->role ==
HCI_ROLE_SLAVE
)
in hci_conn_hash_add()
1048
if (c->role ==
HCI_ROLE_SLAVE
)
in hci_conn_hash_del()
H
A
D
hci.h
678
#define
HCI_ROLE_SLAVE
0x01
macro
Completed in 79 milliseconds