Home
last modified time | relevance | path

Searched refs:GAP_CCB_STATE_CONNECTED (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_conn.c368 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED) { in GAP_GetRxQueueCnt()
444 if (p_ccb->con_state != GAP_CCB_STATE_CONNECTED) { in GAP_ConnBTWrite()
508 if (p_ccb->con_state != GAP_CCB_STATE_CONNECTED) { in GAP_ConnWriteData()
584 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED) { in GAP_ConnReconfig()
776 p_ccb->con_state = GAP_CCB_STATE_CONNECTED; in gap_checks_con_flags()
991 if (p_ccb->con_state == GAP_CCB_STATE_CONNECTED) { in gap_data_ind()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/include/
Dgap_int.h54 #define GAP_CCB_STATE_CONNECTED 5 macro