Home
last modified time | relevance | path

Searched refs:p_timeout (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/stack/include/
H A Dacl_api.h67 uint16_t* p_timeout);
H A Dbtm_client_interface.h113 uint16_t* p_timeout);
/aosp12/system/bt/test/mock/
H A Dmock_stack_acl.cc166 uint16_t* p_timeout) { in BTM_GetLinkSuperTout() argument
/aosp12/system/bt/main/shim/
H A Dbtm_api.h1085 uint16_t* p_timeout);
/aosp12/system/bt/stack/acl/
H A Dbtm_acl.cc1139 uint16_t* p_timeout) { in BTM_GetLinkSuperTout() argument
1140 CHECK(p_timeout != nullptr); in BTM_GetLinkSuperTout()
1147 *p_timeout = p_acl->link_super_tout; in BTM_GetLinkSuperTout()