Home | History | Annotate | Download | only in gatt

Lines Matching full:int_conn

912     if (p_msg->int_conn.role == HCI_ROLE_SLAVE)
913 bta_gattc_conn_find_alloc(p_msg->int_conn.remote_bda);
916 if ((p_clcb = bta_gattc_find_clcb_by_cif(p_msg->int_conn.client_if,
917 p_msg->int_conn.remote_bda,
918 p_msg->int_conn.transport)) == NULL)
921 if (/*p_msg->int_conn.role == HCI_ROLE_SLAVE || */
922 bta_gattc_check_bg_conn(p_msg->int_conn.client_if,
923 p_msg->int_conn.remote_bda,
924 p_msg->int_conn.role))
927 p_clcb = bta_gattc_clcb_alloc(p_msg->int_conn.client_if,
928 p_msg->int_conn.remote_bda,
929 p_msg->int_conn.transport);
947 tGATT_DISCONN_REASON reason = p_msg->int_conn.reason;
949 bta_gattc_conn_dealloc(p_msg->int_conn.remote_bda);
950 if ((p_clcb = bta_gattc_find_clcb_by_conn_id(p_msg->int_conn.hdr.layer_specific)) == NULL)
953 p_clcb = bta_gattc_find_clcb_by_cif(p_msg->int_conn.client_if,
954 p_msg->int_conn.remote_bda,
955 p_msg->int_conn.transport);
960 p_msg->int_conn.hdr.layer_specific);