OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_chnl_opts
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/stack/smp/
smp_l2c.c
52
fixed_reg.
fixed_chnl_opts
.mode = L2CAP_FCR_BASIC_MODE;
53
fixed_reg.
fixed_chnl_opts
.max_transmit = 0;
54
fixed_reg.
fixed_chnl_opts
.rtrans_tout = 0;
55
fixed_reg.
fixed_chnl_opts
.mon_tout = 0;
56
fixed_reg.
fixed_chnl_opts
.mps = 0;
57
fixed_reg.
fixed_chnl_opts
.tx_win_sz = 0;
/external/bluetooth/bluedroid/stack/gatt/
gatt_main.c
102
fixed_reg.
fixed_chnl_opts
.mode = L2CAP_FCR_BASIC_MODE;
103
fixed_reg.
fixed_chnl_opts
.max_transmit = 0xFF;
104
fixed_reg.
fixed_chnl_opts
.rtrans_tout = 2000;
105
fixed_reg.
fixed_chnl_opts
.mon_tout = 12000;
106
fixed_reg.
fixed_chnl_opts
.mps = 670;
107
fixed_reg.
fixed_chnl_opts
.tx_win_sz = 1;
[
all
...]
/external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c
349
if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].
fixed_chnl_opts
))
445
if (!l2cu_initialize_fixed_ccb (p_lcb, L2CAP_ATT_CID, &l2cb.fixed_reg[L2CAP_ATT_CID - L2CAP_FIRST_FIXED_CHNL].
fixed_chnl_opts
))
l2c_api.c
[
all
...]
l2c_main.c
270
if (l2cu_initialize_fixed_ccb (p_lcb, rcv_cid, &l2cb.fixed_reg[rcv_cid - L2CAP_FIRST_FIXED_CHNL].
fixed_chnl_opts
))
[
all
...]
/external/bluetooth/bluedroid/stack/include/
l2c_api.h
937
tL2CAP_FCR_OPTS
fixed_chnl_opts
;
member in struct:__anon1109
[
all
...]
Completed in 52 milliseconds