HomeSort by relevance Sort by last modified time
    Searched refs:BTM_ACL_BUF_SIZE (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c 745 #if BTM_ACL_BUF_SIZE > 0
746 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 1090 #ifndef BTM_ACL_BUF_SIZE
1091 #define BTM_ACL_BUF_SIZE 0
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 824 #ifndef BTM_ACL_BUF_SIZE
825 #define BTM_ACL_BUF_SIZE 0
    [all...]

Completed in 34 milliseconds