OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_ACL_BUF_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_devctl.c
766
#if
BTM_ACL_BUF_SIZE
> 0
767
acl_buf_size = (
BTM_ACL_BUF_SIZE
< L2CAP_MTU_SIZE) ?
BTM_ACL_BUF_SIZE
: L2CAP_MTU_SIZE;
[
all
...]
/external/bluetooth/bluedroid/include/
bt_target.h
1000
#ifndef
BTM_ACL_BUF_SIZE
1001
#define
BTM_ACL_BUF_SIZE
0
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
782
#ifndef
BTM_ACL_BUF_SIZE
783
#define
BTM_ACL_BUF_SIZE
0
[
all
...]
Completed in 166 milliseconds