Home
last modified time | relevance | path

Searched refs:btsnd_hcic_write_policy_set (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dhcimsgs.h338 extern BOOLEAN btsnd_hcic_write_policy_set(UINT16 handle, UINT16 settings);
/system/bt/stack/hcic/
Dhcicmds.c696 BOOLEAN btsnd_hcic_write_policy_set (UINT16 handle, UINT16 settings) in btsnd_hcic_write_policy_set() function
/system/bt/stack/btm/
Dbtm_acl.c851 …return(btsnd_hcic_write_policy_set (p->hci_handle, *settings) ? BTM_CMD_STARTED : BTM_NO_RESOURCES… in BTM_SetLinkPolicy()