BTM_SetOutService() function
* Function BTM_SetOutService * Description This function is called to set the service for * outgoing connections. * If the profile/application calls BTM_SetSecurityLevel * before initiating a connection, this function does not * need to be called. * Returns void
![]()
void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id)![]()
BTM_SetOutService(p_lcb->peer_addr, BTM_SEC_SERVICE_AVCTP, 0);![]()
BTM_SetOutService(p_ccb->peer_addr, BTM_SEC_SERVICE_AVDTP, AVDT_CHAN_SIG);![]()
BTM_SetOutService(p_dev->addr, BTM_SEC_SERVICE_HIDD_SEC_CTRL, HIDD_SEC_CHN);![]()
BTM_SetOutService (p_dev->addr, service_id, mx_chan_id);
BTM_SetOutService() is called by 4 functions and calls 3 functions:
![]()
BTM_SetOutService()
BTM_SetOutService() reads 9 variables and writes 2 variables:
![]()
BTM_SetOutService()