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 750 #if BTM_ACL_BUF_SIZE > 0
751 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 1082 #ifndef BTM_ACL_BUF_SIZE
1083 #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 43 milliseconds