Home | History | Annotate | Download | only in gatt

Lines Matching refs:remote_bda

640     BD_ADDR             remote_bda;
649 &gatt_if, remote_bda, &transport))
668 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
669 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, remote_bda);
714 if (GATT_Connect(p_rcb->gatt_if, p_msg->api_open.remote_bda,
719 if (GATT_GetConnIdIfConnected(p_rcb->gatt_if, p_msg->api_open.remote_bda,
752 if (!GATT_CancelConnect(p_rcb->gatt_if, p_msg->api_cancel_open.remote_bda,
784 BD_ADDR remote_bda;
789 if (GATT_GetConnectionInfor(p_msg->hdr.layer_specific, &gatt_if, remote_bda, &transport))
805 bta_sys_conn_close( BTA_ID_GATTS ,BTA_ALL_APP_ID, remote_bda);
842 p_msg->api_listen.remote_bda))
872 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, &transport))
884 bta_sys_busy(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
885 bta_sys_idle(BTA_ID_GATTS, BTA_ALL_APP_ID, cb_data.req_data.remote_bda);
951 memcpy(cb_data.conn.remote_bda, bda, BD_ADDR_LEN);
976 if (GATT_GetConnectionInfor(conn_id, &gatt_if, cb_data.req_data.remote_bda, &transport))