Searched refs:gap_connect_ind (Results 1 – 1 of 1) sorted by relevance
36 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id);61 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()78 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()174 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()180 gap_cb.conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in GAP_ConnOpen()719 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in gap_connect_ind() function