Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c33 static void gap_connect_cfm (UINT16 l2cap_cid, UINT16 result);
58 gap_cb.conn.reg_info.pAMP_ConnectCfm_Cb = gap_connect_cfm; in gap_conn_init()
75 gap_cb.conn.reg_info.pL2CA_ConnectCfm_Cb = gap_connect_cfm; in gap_conn_init()
833 static void gap_connect_cfm (UINT16 l2cap_cid, UINT16 result) in gap_connect_cfm() function