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

  /system/bt/stack/l2cap/
l2c_link.c 1281 UINT16 xmit_window, acl_data_size; local
    [all...]
l2c_utils.c 1056 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic(); local
3381 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_ble(); local
3409 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic(); local
    [all...]
l2c_main.c 84 uint16_t acl_data_size = controller_get_interface()->get_acl_data_size_classic(); local
86 if (p_buf->len > acl_data_size)
88 UINT16_TO_STREAM (p, acl_data_size);
    [all...]

Completed in 477 milliseconds