Home
last modified time | relevance | path

Searched refs:BTM_ACL_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_devctl.c766 #if BTM_ACL_BUF_SIZE > 0 in btm_read_hci_buf_size_complete()
767 acl_buf_size = (BTM_ACL_BUF_SIZE < L2CAP_MTU_SIZE) ? BTM_ACL_BUF_SIZE : L2CAP_MTU_SIZE; in btm_read_hci_buf_size_complete()
/external/libnfc-nci/src/include/
Dbt_target.h782 #ifndef BTM_ACL_BUF_SIZE
783 #define BTM_ACL_BUF_SIZE 0 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h1000 #ifndef BTM_ACL_BUF_SIZE
1001 #define BTM_ACL_BUF_SIZE 0 macro