Home
last modified time | relevance | path

Searched refs:BTM_SetOutService (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c182 BTM_SetOutService(p_lcb->peer_addr, BTM_SEC_SERVICE_AVCTP, 0); in avct_lcb_chnl_open()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ccb_act.c91 BTM_SetOutService(p_ccb->peer_addr, BTM_SEC_SERVICE_AVDTP, AVDT_CHAN_SIG); in avdt_ccb_chan_open()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_conn.c656 BTM_SetOutService(p_dev->addr, BTM_SEC_SERVICE_HIDD_SEC_CTRL, HIDD_SEC_CHN); in hidd_conn_initiate()
Dhidh_conn.c977 BTM_SetOutService (p_dev->addr, service_id, mx_chan_id); in hidh_conn_initiate()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3487 void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c1938 void BTM_SetOutService(BD_ADDR bd_addr, UINT8 service_id, UINT32 mx_chan_id) in BTM_SetOutService() function