Home
last modified time | relevance | path

Searched refs:BTM_ReadConnectability (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h2462 UINT16 BTM_ReadConnectability (UINT16 *p_window, UINT16 *p_interval);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c669 UINT16 BTM_ReadConnectability (UINT16 *p_window, UINT16 *p_interval) in BTM_ReadConnectability() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c2900 connectability = BTM_ReadConnectability (&window, &interval); in gatt_update_listen_mode()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c937 UINT16 conn_mode = BTM_ReadConnectability(&window, &interval); in bta_dm_set_visibility()