Searched refs:p_timeout (Results 1 – 5 of 5) sorted by relevance
69 uint16_t* p_timeout);
103 uint16_t* p_timeout);
360 std::function<tBTM_STATUS(const RawAddress& remote_bda, uint16_t* p_timeout)>364 tBTM_STATUS operator()(const RawAddress& remote_bda, uint16_t* p_timeout) { in operator()365 return body(remote_bda, p_timeout); in operator()
305 uint16_t* p_timeout) { in BTM_GetLinkSuperTout() argument307 return test::mock::stack_acl::BTM_GetLinkSuperTout(remote_bda, p_timeout); in BTM_GetLinkSuperTout()
1079 uint16_t* p_timeout) { in BTM_GetLinkSuperTout() argument1080 log::assert_that(p_timeout != nullptr, "assert failed: p_timeout != nullptr"); in BTM_GetLinkSuperTout()1087 *p_timeout = p_acl->link_super_tout; in BTM_GetLinkSuperTout()